Skip to content

Commit

Permalink
Adjust build options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Hamou authored and Mohamed Hamou committed Sep 2, 2024
1 parent 091f403 commit 1501f61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
"src/**/*.ts"
],
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
],
"types": [
"node"
]
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"baseUrl": "src",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictNullChecks": false,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
Expand All @@ -20,7 +19,7 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es6",
"module": "es2020",
"module": "esnext",
"allowJs": true,
"lib": [
"es2015",
Expand Down

0 comments on commit 1501f61

Please sign in to comment.