|
@@ -0,0 +1,24 @@
|
|
|
+{
|
|
|
+ "compilerOptions": {
|
|
|
+ "moduleResolution": "node",
|
|
|
+ "target": "esnext",
|
|
|
+
|
|
|
+ "isolatedModules": true,
|
|
|
+
|
|
|
+ "strict": false,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ "allowJs": true,
|
|
|
+
|
|
|
+ "noEmit": false,
|
|
|
+
|
|
|
+
|
|
|
+ "esModuleInterop": true,
|
|
|
+
|
|
|
+
|
|
|
+ "forceConsistentCasingInFileNames": true
|
|
|
+ },
|
|
|
+ "include": ["app/**/*", "scss/**/*"],
|
|
|
+ "exclude": ["node_modules", "**/*.spec.ts"]
|
|
|
+}
|