Skip to content

Commit 2628f2a

Browse files
committed
add tsconfig file for example and test folders
1 parent 9801113 commit 2628f2a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

example/tscontig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.example.json"
3+
}

test/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.test.json"
3+
}

0 commit comments

Comments
 (0)