Skip to content

Commit de9fb9d

Browse files
committed
chore: tsconfig for test
1 parent 382f86b commit de9fb9d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

test/tsconfig.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es2020",
4+
"module": "esnext",
5+
"strict": true,
6+
"esModuleInterop": true,
7+
"moduleResolution": "node",
8+
"skipLibCheck": true,
9+
"noUnusedLocals": true,
10+
"noImplicitAny": true,
11+
"allowJs": true,
12+
"resolveJsonModule": true
13+
},
14+
"exclude": ["fixtures"]
15+
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"allowJs": true,
1212
"resolveJsonModule": true
1313
},
14-
"exclude": ["dist", "test/fixtures"]
14+
"include": ["src", "*.ts"]
1515
}

0 commit comments

Comments
 (0)