File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " es2018" ,
4
- "lib" : [
5
- " dom" ,
6
- " dom.iterable" ,
7
- " esnext"
8
- ],
4
+ "lib" : [" dom" , " dom.iterable" , " esnext" ],
9
5
"allowJs" : true ,
10
6
"skipLibCheck" : true ,
11
7
"strict" : true ,
12
8
"forceConsistentCasingInFileNames" : true ,
13
9
"noEmit" : true ,
14
10
"esModuleInterop" : true ,
15
11
"module" : " esnext" ,
16
- "moduleResolution" : " node " ,
12
+ "moduleResolution" : " Bundler " ,
17
13
"resolveJsonModule" : true ,
18
14
"isolatedModules" : true ,
19
15
"jsx" : " preserve" ,
20
16
"jsxImportSource" : " @emotion/react" ,
21
17
"incremental" : true
22
18
},
23
- "include" : [
24
- " next-env.d.ts" ,
25
- " **/*.ts" ,
26
- " **/*.tsx"
27
- ],
28
- "exclude" : [
29
- " node_modules"
30
- ]
19
+ "include" : [" next-env.d.ts" , " **/*.ts" , " **/*.tsx" ],
20
+ "exclude" : [" node_modules" ]
31
21
}
You can’t perform that action at this time.
0 commit comments