Skip to content

Commit c5dd961

Browse files
authored
chore: update tsconfig (#67)
1 parent bd17ba0 commit c5dd961

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

tsconfig.base.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,24 @@
2525
"lib": ["ES2022", "dom"],
2626
"rootDir": "."
2727
},
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+
],
2842
"angularCompilerOptions": {
2943
"enableI18nLegacyMessageIdFormat": false,
3044
"strictInjectionParameters": true,
3145
"strictInputAccessModifiers": true,
3246
"strictTemplates": true
33-
},
34-
"exclude": ["node_modules", "tmp"]
47+
}
3548
}

tsconfig.json

-3
This file was deleted.

0 commit comments

Comments
 (0)