pokerogue/jsconfig.json

9 lines
147 B
JSON
Raw Normal View History

2023-03-28 14:54:52 -04:00
{
"compilerOptions": {
2023-04-28 15:03:42 -04:00
"target": "ES2020",
"module": "ES2020",
2023-03-28 14:54:52 -04:00
"moduleResolution": "node",
"checkJs": true,
"esModuleInterop": true
}
}