Skip to content

Commit 8758908

Browse files
committed
fix(tsconfig): point extends at .config/fleet/tsconfig.base.json
1 parent afd727c commit 8758908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./.config/tsconfig.base.json",
2+
"extends": "./.config/fleet/tsconfig.base.json",
33
"compilerOptions": {
44
"allowImportingTsExtensions": false,
55
"declaration": true,

0 commit comments

Comments
 (0)