Skip to content

Commit a8eae1d

Browse files
committed
refactor: remove change is tsconfig app
1 parent 24a46be commit a8eae1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/app",
5-
"types": [],
6-
"strictNullChecks": true
5+
"types": []
76
},
87
"files": ["src/main.ts", "src/polyfills.ts"],
98
"include": ["src/**/*.ts"],

0 commit comments

Comments
 (0)