pokerogue/jsconfig.json

8 lines
125 B
JSON
Raw Normal View History

2023-03-28 11:54:52 -07:00
{
"compilerOptions": {
2023-03-28 21:31:25 -07:00
"target": "ES2019",
2023-03-28 11:54:52 -07:00
"moduleResolution": "node",
"checkJs": true,
"esModuleInterop": true
}
}