pokerogue/jsconfig.json

9 lines
147 B
JSON
Raw Normal View History

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