Files
wehub-resource-sync bde7ea0d58
CI / ci (push) Waiting to run
Deploy Docs / Deploy Docs (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:39:56 +08:00

18 lines
424 B
JSON

{
"compilerOptions": {
"moduleDetection": "force",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"types": ["node"],
"allowImportingTsExtensions": true,
"noUncheckedIndexedAccess": true,
"declaration": true,
"noEmit": true,
"isolatedDeclarations": true,
"verbatimModuleSyntax": true,
"erasableSyntaxOnly": true,
"skipLibCheck": true
}
}