source: chapterx-frontend/tsconfig.app.json@ acf690c

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

Added frontend and imporoved AI Suggestions service

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