Skip to content

Commit 95c4565

Browse files
author
Gerkin
committed
test(tsconfig): Created test-specific tsconfig
1 parent 681c175 commit 95c4565

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

test/tsconfig.test.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"types": [
5+
"jasmine",
6+
"node"
7+
]
8+
},
9+
"files": [
10+
"src/test.ts"
11+
],
12+
"include": [
13+
"**/*.spec.ts",
14+
"**/*.d.ts"
15+
]
16+
}
17+
File renamed without changes.

0 commit comments

Comments
 (0)