AntimatterDimensionsSourceCode/jsconfig.json

12 lines
149 B
JSON
Raw Permalink Normal View History

{
2022-04-25 02:17:24 +00:00
"compilerOptions": {
"module": "ES6",
"target": "es6"
},
"include": [
"src/**/*",
"javascripts/**/*"
],
"noEmit": true
}