mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 00:06:18 +00:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"strictNullChecks": false
|
|
}
|
|
} |