File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " esnext" ,
4
- "module" : " commonjs" ,
5
- "esModuleInterop" : true ,
6
- "forceConsistentCasingInFileNames" : true ,
7
- "strict" : true ,
3
+ "target" : " es5" ,
4
+ "lib" : [" dom" , " dom.iterable" , " esnext" ],
5
+ "allowJs" : true ,
8
6
"skipLibCheck" : true ,
9
7
"baseUrl" : " ." ,
10
8
"paths" : {
11
9
"@/components/*" : [" components/*" ],
12
- "@/layouts/*" : [" layouts/*" ],
10
+ "@/pages/*" : [" pages/*" ],
11
+ "@/app/*" : [" app/*" ],
13
12
"@/lib/*" : [" lib/*" ],
14
13
"@/styles/*" : [" styles/*" ]
15
14
},
16
- "lib " : [ " dom " , " dom.iterable " , " esnext " ] ,
17
- "allowJs " : true ,
15
+ "strict " : true ,
16
+ "forceConsistentCasingInFileNames " : true ,
18
17
"noEmit" : true ,
19
- "incremental" : true ,
18
+ "esModuleInterop" : true ,
19
+ "module" : " esnext" ,
20
20
"moduleResolution" : " node" ,
21
21
"resolveJsonModule" : true ,
22
22
"isolatedModules" : true ,
23
23
"jsx" : " preserve" ,
24
+ "incremental" : true ,
24
25
"plugins" : [
25
26
{
26
27
"name" : " next"
You can’t perform that action at this time.
0 commit comments