pokerogue/jsconfig.json

8 lines
125 B
JSON
Raw Normal View History

2023-03-28 18:54:52 +00:00
{
"compilerOptions": {
2023-03-29 04:31:25 +00:00
"target": "ES2019",
2023-03-28 18:54:52 +00:00
"moduleResolution": "node",
"checkJs": true,
"esModuleInterop": true
}
}