Skip to content

Commit dad1f1c

Browse files
committed
chore: Create basic tsconfig.json for test-case-component
1 parent f95c11e commit dad1f1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)