File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "target" : " ES2017" ,
4- "lib" : [" dom" , " dom.iterable" , " esnext" ],
4+ "lib" : [
5+ " dom" ,
6+ " dom.iterable" ,
7+ " esnext"
8+ ],
59 "allowJs" : true ,
610 "skipLibCheck" : true ,
711 "strict" : true ,
1115 "moduleResolution" : " bundler" ,
1216 "resolveJsonModule" : true ,
1317 "isolatedModules" : true ,
14- "jsx" : " preserve " ,
18+ "jsx" : " react-jsx " ,
1519 "incremental" : true ,
1620 "plugins" : [
1721 {
1822 "name" : " next"
1923 }
2024 ],
2125 "paths" : {
22- "@/*" : [" ./*" ],
23- "~/*" : [" ../dashboard" ]
26+ "@/*" : [
27+ " ./*"
28+ ],
29+ "~/*" : [
30+ " ../dashboard"
31+ ]
2432 },
2533 "strictNullChecks" : true
2634 },
2937 " types/**/*.ts" ,
3038 " **/*.ts" ,
3139 " **/*.tsx" ,
32- " .next/types/**/*.ts"
40+ " .next/types/**/*.ts" ,
41+ " .next\\ dev/types/**/*.ts" ,
42+ " .next\\ dev/types/**/*.ts"
3343 ],
3444 "exclude" : [
3545 " node_modules" ,
You can’t perform that action at this time.
0 commit comments