mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
8 lines
122 B
JSON
8 lines
122 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"moduleResolution": "node",
|
||
|
"checkJs": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|