mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["ESNext", "DOM"],
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleDetection": "force",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"allowJs": true,
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"allowImportingTsExtensions": true,
|
||
|
|
"verbatimModuleSyntax": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"noUnusedLocals": false,
|
||
|
|
"noUnusedParameters": false,
|
||
|
|
"noPropertyAccessFromIndexSignature": false
|
||
|
|
}
|
||
|
|
}
|