mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"rootDir": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"declaration": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"isolatedDeclarations": true,
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"erasableSyntaxOnly": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|