Skip to content

Commit 9573046

Browse files
committed
added tsconfig to test
removed "test" from root tsconfig
1 parent 7701aa3 commit 9573046

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/tsconfig.json

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"outDir": "./dist",
1111
"module": "esnext"
1212
},
13-
"include": ["./src", "./test"],
13+
"include": ["./src"],
1414
"exclude": ["node_modules/"]
1515
}

0 commit comments

Comments
 (0)