2
0
Files
bot/packages/configs/tsconfig.json

7 lines
91 B
JSON
Raw Normal View History

2022-11-02 19:45:46 +01:00
{
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true
}
}