16 lines
324 B
JSON
16 lines
324 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"allowJs": false,
|
||
|
|
"types": []
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|