17782: Loosens type-checking restrictions to match those of react-scripts-ts.
[arvados-workbench2.git] / tsconfig.json
index 49b6b1b1146038996d6a2302152e228d1ba28d48..66a7d98bf0757b49bf62f3d344196b44c78436fb 100644 (file)
     "strict": true,
     "resolveJsonModule": true,
     "isolatedModules": true,
-    "noEmit": true
+    "incremental": true,
+    "noEmit": true,
+    "alwaysStrict": false,
+    "strictFunctionTypes": false,
+    "strictPropertyInitialization": false,
   },
   "exclude": [
     "node_modules",