mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
12 lines
149 B
JSON
12 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES6",
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"javascripts/**/*"
|
|
],
|
|
"noEmit": true
|
|
}
|