Commit 8e824a1 1 parent 6778ca8 commit 8e824a1 Copy full SHA for 8e824a1
File tree 3 files changed +15
-20
lines changed
3 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
Original file line number Diff line number Diff line change 5
5
"outDir" : "./dist/out-tsc" ,
6
6
"sourceMap" : true ,
7
7
"declaration" : false ,
8
- "module" : "esnext " ,
8
+ "module" : "es2020 " ,
9
9
"moduleResolution" : "node" ,
10
10
"emitDecoratorMetadata" : true ,
11
11
"experimentalDecorators" : true ,
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"outDir" : " ./out-tsc/spec" ,
5
5
"types" : [
6
- " jasmine" ,
7
- " node"
6
+ " jasmine"
8
7
]
9
8
},
10
9
"files" : [
You can’t perform that action at this time.
0 commit comments