We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd17ba0 commit c5dd961Copy full SHA for c5dd961
tsconfig.base.json
@@ -25,11 +25,24 @@
25
"lib": ["ES2022", "dom"],
26
"rootDir": "."
27
},
28
+ "references": [
29
+ {
30
+ "path": "./apps/e2e/tsconfig.app.json"
31
+ },
32
33
+ "path": "./apps/e2e/tsconfig.spec.json"
34
35
36
+ "path": "./libs/ng-keyboard-sort/tsconfig.lib.json"
37
38
39
+ "path": "./libs/ng-keyboard-sort/tsconfig.spec.json"
40
+ }
41
+ ],
42
"angularCompilerOptions": {
43
"enableI18nLegacyMessageIdFormat": false,
44
"strictInjectionParameters": true,
45
"strictInputAccessModifiers": true,
46
"strictTemplates": true
- },
- "exclude": ["node_modules", "tmp"]
47
48
}
tsconfig.json
0 commit comments