Files
jfa-go/ts/tsconfig.json
Harvey Tindall 96ec12f2bd settings: hide groups if all children are hidden
only really affects the "Email" group when messages|enabled is false.
2025-11-27 16:36:26 +00:00

12 lines
301 B
JSON

{
"compilerOptions": {
"outDir": "../js",
"target": "es2017",
"lib": ["dom", "es2017", "dom.iterable"],
"typeRoots": ["./typings", "../node_modules/@types"],
"module": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true
}
}