Skip to content

Commit f0921f3

Browse files
committed
jsconfig was removed by mistake
1 parent 771e14c commit f0921f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jsconfig.json

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

0 commit comments

Comments
 (0)