19 lines
424 B
JSON
19 lines
424 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Bundler",
|
||
|
"target": "ES2020",
|
||
|
"jsx": "react",
|
||
|
"allowImportingTsExtensions": true,
|
||
|
"strictNullChecks": true,
|
||
|
"strictFunctionTypes": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/node_modules/*"
|
||
|
]
|
||
|
}
|