smartsocket/tsconfig.json

7 lines
116 B
JSON
Raw Normal View History

2022-03-14 21:40:55 +00:00
{
"compilerOptions": {
"module": "ES2020",
"moduleResolution": "node12",
"esModuleInterop": true
}
}