Skip to content

Commit 8e824a1

Browse files
committed
Update tsconfig
1 parent 6778ca8 commit 8e824a1

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

tsconfig.app.json

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "./out-tsc/app",
5-
"types": []
6-
},
7-
"include": [
8-
"src/**/*.ts"
9-
],
10-
"exclude": [
11-
"src/test.ts",
12-
"src/**/*.spec.ts"
13-
],
14-
"angularCompilerOptions": {
15-
"enableIvy": false
16-
}
17-
}
18-
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "./out-tsc/app",
5+
"types": []
6+
},
7+
"files": [
8+
"src/main.ts",
9+
"src/polyfills.ts"
10+
],
11+
"include": [
12+
"src/**/*.d.ts"
13+
]
14+
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"outDir": "./dist/out-tsc",
66
"sourceMap": true,
77
"declaration": false,
8-
"module": "esnext",
8+
"module": "es2020",
99
"moduleResolution": "node",
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,

tsconfig.spec.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./out-tsc/spec",
55
"types": [
6-
"jasmine",
7-
"node"
6+
"jasmine"
87
]
98
},
109
"files": [

0 commit comments

Comments
 (0)