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