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 96166ad commit c88de8eCopy full SHA for c88de8e
tsconfig.json
@@ -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