concept-collection / numbl-image-filter
numbl-image-filter / tsconfig.node.json
21 lines · 485 BCodeBlameHistory
2 "compilerOptions": {
3 "target": "ES2023",
4 "lib": ["ES2023"],
5 "module": "ESNext",
6 "skipLibCheck": true,
8 "moduleResolution": "bundler",
9 "allowImportingTsExtensions": true,
10 "verbatimModuleSyntax": true,
11 "moduleDetection": "force",
12 "noEmit": true,
14 "strict": true,
15 "noUnusedLocals": true,
16 "noUnusedParameters": true,
17 "noFallthroughCasesInSwitch": true,
18 "noUncheckedSideEffectImports": true
19 },
20 "include": ["vite.config.ts"]