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

11 lines
225 B
JSON

{
"extends": "../../tooling/typescript/base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"strictNullChecks": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}