Skip to content

Commit 23224ed

Browse files
committed
Add "noUncheckedIndexedAccess": true to compilerOptions
1 parent 343873b commit 23224ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/generator-adapter/generators/app/templates/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "<%- standalone ? "./tsconfig.base.json" : "../../tsconfig.base.json" %>",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"noUncheckedIndexedAccess": true
67
},
78
"include": ["src/**/*", "src/**/*.json"],
89
"exclude": ["dist", "**/*.spec.ts", "**/*.test.ts"]

0 commit comments

Comments
 (0)