21 lines
390 B
JSON
21 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"paths": {
|
|
"@lib/*": ["./*"]
|
|
}
|
|
},
|
|
}
|