Skip to content

Commit 9916d86

Browse files
committed
chore: add jsconfig.json
1 parent 8263e83 commit 9916d86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"checkJs": true,
4+
},
5+
"exclude": [
6+
"node_modules",
7+
".nyc_output"
8+
]
9+
}

0 commit comments

Comments
 (0)