We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343873b commit 23224edCopy full SHA for 23224ed
1 file changed
scripts/generator-adapter/generators/app/templates/tsconfig.json
@@ -2,7 +2,8 @@
2
"extends": "<%- standalone ? "./tsconfig.base.json" : "../../tsconfig.base.json" %>",
3
"compilerOptions": {
4
"outDir": "dist",
5
- "rootDir": "src"
+ "rootDir": "src",
6
+ "noUncheckedIndexedAccess": true
7
},
8
"include": ["src/**/*", "src/**/*.json"],
9
"exclude": ["dist", "**/*.spec.ts", "**/*.test.ts"]
0 commit comments