pokerogue/jsconfig.json

8 lines
125 B
JSON
Raw Normal View History

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