File tree Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ../../tsconfig.json" ,
2
3
"compilerOptions" : {
3
- "target" : " es5" ,
4
- "lib" : [
5
- " dom" ,
6
- " dom.iterable" ,
7
- " esnext"
8
- ],
9
- "allowJs" : true ,
10
- "skipLibCheck" : true ,
11
4
"strict" : false ,
12
- "forceConsistentCasingInFileNames" : true ,
13
5
"noEmit" : true ,
14
- "esModuleInterop" : true ,
15
- "module" : " esnext" ,
6
+ "incremental" : true ,
16
7
"moduleResolution" : " node" ,
17
8
"resolveJsonModule" : true ,
18
9
"isolatedModules" : true ,
19
- "jsx" : " preserve" ,
20
- "incremental" : true
10
+ "jsx" : " preserve"
21
11
},
22
12
"include" : [
23
13
" next-env.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " ./lib" /* Redirect output structure to the directory. */ ,
4
+ "outDir" : " ./lib" /* Redirect output structure to the directory. */ ,
5
5
},
6
- "include" : [" src/**/*.ts" , " src/**/*.js" ],
7
- "exclude" : [" src/templates/edge/*" ]
6
+ "include" : [
7
+ " src/**/*.ts" ,
8
+ " src/**/*.js"
9
+ ],
10
+ "exclude" : [
11
+ " src/templates/edge/*"
12
+ ]
8
13
}
You can’t perform that action at this time.
0 commit comments