]> Untitled Git - lemmy-ui.git/blobdiff - tsconfig.json
fix casing
[lemmy-ui.git] / tsconfig.json
index 178af851becfb3af1548ba1294921fbde6e8e73d..d7c880303bba6d6860a8ea7551c9604711eb20d3 100644 (file)
@@ -1,12 +1,29 @@
 {\r
-   "compilerOptions": {\r
-      "module": "commonjs",\r
-      "target": "esnext",\r
-      "sourceMap": true,\r
-      "jsx": "preserve",\r
-      "importHelpers": true,\r
-      "emitDecoratorMetadata": true,\r
-      "experimentalDecorators": true\r
-   },\r
-   "exclude": ["node_modules", "fuse.ts"]\r
+       "compilerOptions": {\r
+               "pretty": true,\r
+               "target": "esnext",\r
+               "module": "esnext",\r
+               "allowSyntheticDefaultImports": true,\r
+               "preserveConstEnums": true,\r
+               "sourceMap": true,\r
+               "moduleResolution": "node",\r
+               "lib": ["es2017", "dom"],\r
+               "types": [\r
+                       "inferno"\r
+               ],\r
+               "jsx": "preserve",\r
+               "noUnusedLocals": true,\r
+               "baseUrl": "./src",\r
+               "noEmit": true,\r
+               "skipLibCheck": true,\r
+               "noUnusedParameters": true,\r
+               "noImplicitReturns": true,\r
+    "experimentalDecorators": true,\r
+    "strictNullChecks": true,\r
+    "noFallthroughCasesInSwitch": true\r
+       },\r
+       "include": [\r
+               "src/**/*",\r
+               "node_modules/inferno/dist/index.d.ts"\r
+       ]\r
 }\r