Files
jfa-go/ts/tsconfig.json
Harvey Tindall 77d2ad3b6b profiles: add ability to directly edit profile JSON
allows for customizing small things, like changing admin status.
2025-11-28 15:13:46 +00:00

13 lines
331 B
JSON

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