/ concept-collection / mri-scanner
Sign in
concept-collection / mri-scanner
mri-scanner / tsconfig.node.json
23 lines · 558 BCodeBlameHistory
2 "compilerOptions": {
3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4 "target": "es2023",
5 "lib": ["ES2023"],
6 "types": ["node"],
7 "skipLibCheck": true,
9 /* Bundler mode */
10 "module": "nodenext",
11 "allowImportingTsExtensions": true,
12 "verbatimModuleSyntax": true,
13 "moduleDetection": "force",
14 "noEmit": true,
16 /* Linting */
17 "noUnusedLocals": true,
18 "noUnusedParameters": true,
19 "erasableSyntaxOnly": true,
20 "noFallthroughCasesInSwitch": true
21 },
22 "include": ["vite.config.ts"]
moveopenescclose