Fix JS configs for VSCode
This commit is contained in:
11
scripts/client/jsconfig.json
Normal file
11
scripts/client/jsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES6",
|
||||
"moduleResolution": "classic"
|
||||
},
|
||||
"include": [
|
||||
"./*.js",
|
||||
"../shared/*.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user