Add JS config for VS Code
This commit is contained in:
12
scripts/jsconfig.json
Normal file
12
scripts/jsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "commonjs",
|
||||||
|
"target": "es2020",
|
||||||
|
"moduleResolution": "classic"
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"server/*",
|
||||||
|
"client/*",
|
||||||
|
"third-party/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user