Files
socket.io/tsconfig.json
2021-10-08 14:55:30 +02:00

12 lines
247 B
JSON

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