Skip to content

Commit 2b4939a

Browse files
committed
Add VSCode IntelliSense support.
1 parent d5d2284 commit 2b4939a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: jsconfig.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=759670
3+
// for the documentation about the jsconfig.json format
4+
"compilerOptions": {
5+
"target": "es6",
6+
"module": "commonjs",
7+
"allowSyntheticDefaultImports": true
8+
},
9+
"exclude": [
10+
"modules",
11+
"node_modules"
12+
]
13+
}

0 commit comments

Comments
 (0)