]> Untitled Git - lemmy-ui.git/blob - tsconfig.json
Changes to language tag
[lemmy-ui.git] / tsconfig.json
1 {\r
2         "compilerOptions": {\r
3                 "pretty": true,\r
4                 "target": "esnext",\r
5                 "module": "esnext",\r
6                 "allowSyntheticDefaultImports": true,\r
7                 "preserveConstEnums": true,\r
8                 "sourceMap": true,\r
9                 "moduleResolution": "node",\r
10                 "lib": ["es2017", "dom"],\r
11                 "types": [\r
12                         "inferno"\r
13                 ],\r
14                 "jsx": "preserve",\r
15                 "noUnusedLocals": true,\r
16                 "baseUrl": "./src",\r
17                 "noEmit": true,\r
18                 "skipLibCheck": true,\r
19                 "noUnusedParameters": true,\r
20                 "noImplicitReturns": true,\r
21     "experimentalDecorators": true,\r
22     "strictNullChecks": true,\r
23     "noFallthroughCasesInSwitch": true\r
24         },\r
25         "include": [\r
26                 "src/**/*",\r
27                 "node_modules/inferno/dist/index.d.ts"\r
28         ]\r
29 }\r