Files
socket.io/packages/engine.io-client/tsconfig.json
2024-07-08 10:59:50 +02:00

13 lines
280 B
JSON

{
"compilerOptions": {
"outDir": "build/cjs/",
"target": "es2018", // Node.js 10 (https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping)
"module": "commonjs",
"declaration": true,
"esModuleInterop": true
},
"include": [
"./lib/**/*"
]
}