smartsocket/tsconfig.json

7 lines
116 B
JSON

{
"compilerOptions": {
"module": "ES2020",
"moduleResolution": "node12",
"esModuleInterop": true
}
}