Skip to content

Commit c88de8e

Browse files
authored
chore: add root tsconfig (#2109)
1 parent 96166ad commit c88de8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This root tsconfig allows the linter to work properly in vscode
2+
// It is not used to build subpackages
3+
{
4+
"extends": "aegir/src/config/tsconfig.aegir.json",
5+
"include": ["packages/**/*.ts"]
6+
}

0 commit comments

Comments
 (0)