Files
stats/admin/tsconfig.json
Carl-Gerhard Lindesvärd 860223f22e chore: use ultacite
2026-02-14 10:42:38 +00:00

16 lines
257 B
JSON

{
"extends": "../tooling/typescript/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"target": "ES2022",
"lib": ["ES2022"],
"types": [
"node"
],
"strictNullChecks": true
},
"include": ["src"]
}