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 f95c11e commit dad1f1cCopy full SHA for dad1f1c
packages/test-case-component/tsconfig.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": "../../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "outDir": "out",
5
+ "rootDir": "src"
6
+ },
7
+ "references": [],
8
+ "include": ["src/**/*.ts", "src/**/*.json", "../../typings/**/*.d.ts"]
9
+}
0 commit comments