elo-worldle/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

2023-03-26 23:33:41 -04:00
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "node",
"esModuleInterop": true
}
}