Initial Commit - NG UI
[osm/NG-UI.git] / src / tsconfig.app.json
diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json
new file mode 100644 (file)
index 0000000..384c218
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "extends": "../tsconfig.json",
+    "compilerOptions": {
+        "outDir": "../out-tsc/app",
+        "types": []
+    },
+    "exclude": [
+        "test.ts",
+        "**/*.spec.ts"
+    ],
+    "angularCompilerOptions": {
+        "enableIvy": true,
+        "fullTemplateTypeCheck": false,
+        "strictInjectionParameters": false
+    }
+}
\ No newline at end of file