Skip to content

Commit ccdfef2

Browse files
Dev update.
1 parent 424936e commit ccdfef2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/tsconfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": true,
5+
"skipLibCheck": true,
6+
"types": ["vitest/globals", "node"]
7+
},
8+
"include": [
9+
"**/*.ts",
10+
"**/*.js"
11+
],
12+
"exclude": []
13+
}

0 commit comments

Comments
 (0)