File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ../tsconfig.build.json" ,
2
3
"compilerOptions" : {
3
- "target" : " ES2020" ,
4
- "module" : " ESNext" ,
5
- "lib" : [" esnext" ],
6
- "alwaysStrict" : true ,
7
- "strict" : true ,
8
- "esModuleInterop" : true ,
9
- "moduleResolution" : " node" ,
10
- "noImplicitAny" : false ,
11
- "noImplicitReturns" : true ,
12
- "noImplicitThis" : true ,
13
- "allowSyntheticDefaultImports" : true ,
14
- "resolveJsonModule" : true ,
15
- "forceConsistentCasingInFileNames" : true ,
16
- "importHelpers" : false ,
17
- "newLine" : " LF" ,
18
- "noEmitOnError" : true ,
19
- "removeComments" : true
4
+ "rootDir" : " ."
20
5
},
21
6
"ts-node" : {
22
- "esm" : true
7
+ "esm" : true ,
8
+ "transpileOnly" : true
23
9
}
24
10
}
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"module" : " commonjs" ,
5
- "moduleResolution" : " node " ,
5
+ "moduleResolution" : " node16 " ,
6
6
"outDir" : " ../build" ,
7
7
"skipLibCheck" : true ,
8
8
"declaration" : false ,
You can’t perform that action at this time.
0 commit comments