mirror of
https://github.com/antfu/skills.git
synced 2026-09-14 16:12:50 +08:00
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["ESNext"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"allowImportingTsExtensions": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|