18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|