mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-21 11:31:46 +00:00
fix weird jsconfig error in vscode
This commit is contained in:
parent
5d5374cd57
commit
da9ba0d63e
@ -3,5 +3,9 @@
|
||||
"module": "ES6",
|
||||
"target": "es6"
|
||||
},
|
||||
"include": ["src/**/*", "javascripts/**/*"]
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"javascripts/**/*"
|
||||
],
|
||||
"noEmit": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user