We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f489940 commit b407044Copy full SHA for b407044
.angular-cli.json
@@ -13,5 +13,13 @@
13
"component": {
14
"spec": false
15
}
16
- }
+ },
17
+ "lint":[
18
+ {
19
+ "project": "ClientApp/tsconfig.app.json"
20
21
22
+ "project": "ClientApp/tsconfig.spec.json"
23
+ }
24
+ ]
25
ClientApp/tsconfig.app.json
@@ -0,0 +1,13 @@
1
+{
2
+ "extends": "../tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "../out-tsc/app",
5
+ "module": "es2015",
6
+ "baseUrl": "",
7
+ "types": []
8
9
+ "exclude": [
10
+ "test.ts",
11
+ "**/*.spec.ts"
12
+}
0 commit comments