Skip to content

Commit f9f3521

Browse files
committed
chore: add typing to specs
1 parent f80c60b commit f9f3521

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tsconfig.build.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"exclude": [
4+
"spec/**/*.ts",
5+
"test/**/*.ts"
6+
]
7+
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"include": [
99
"src/**/*.ts",
10+
"spec/**/*.ts"
1011
]
1112
}

0 commit comments

Comments
 (0)