source: chapterx-frontend/tsconfig.node.json@ 99c1e45

main
Last change on this file since 99c1e45 was b62cefc, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added frontend and imporoved AI Suggestions service

  • Property mode set to 100644
File size: 653 bytes
Line 
1{
2 "compilerOptions": {
3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4 "target": "ES2023",
5 "lib": ["ES2023"],
6 "module": "ESNext",
7 "types": ["node"],
8 "skipLibCheck": true,
9
10 /* Bundler mode */
11 "moduleResolution": "bundler",
12 "allowImportingTsExtensions": true,
13 "verbatimModuleSyntax": true,
14 "moduleDetection": "force",
15 "noEmit": true,
16
17 /* Linting */
18 "strict": true,
19 "noUnusedLocals": true,
20 "noUnusedParameters": true,
21 "erasableSyntaxOnly": true,
22 "noFallthroughCasesInSwitch": true,
23 "noUncheckedSideEffectImports": true
24 },
25 "include": ["vite.config.ts"]
26}
Note: See TracBrowser for help on using the repository browser.