Files
lifeforge/apps/api-builder/tsconfig.node.json
Melvin Chia ff0462a272 25w30
Former-commit-id: 537d2417a70efe978600bc06c2974b26fefdaa22 [formerly b73ef87b334302bd9ba64c9c11619f7a26673841] [formerly 0ab6a13f85004e46612727797356579ac17ea442 [formerly b573eff63712847e206e23c63fc753678f5f1ebe]]
Former-commit-id: 16aa6e844f69f5e3ce2586d3a38c0b7979afcad9 [formerly 081b443b5a47629ce1590b97847d14c2067a0367]
Former-commit-id: 7764929082947948345e10735eae1e6b1e4023dc
2025-07-21 07:05:42 +08:00

26 lines
630 B
JSON

{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["vite.config.ts"]
}