mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-24 15:56:22 +00:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"strictNullChecks": false
|
|
}
|
|
} |