Files
stockhome/shared/tsconfig.json
T
2026-07-08 15:31:32 +02:00

8 lines
117 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"noEmit": true
}
}