Files
socket.io/tsconfig.json
Damien Arrachequesne 178909471a feat: move binary detection back to the parser
See 285e7cd0d8

Breaking change: the Socket#binary() method is removed, as this use
case is now covered by the ability to provide your own parser.
2020-10-15 10:37:06 +02:00

13 lines
189 B
JSON

{
"compilerOptions": {
"outDir": "./build",
"allowJs": false,
"target": "es2017",
"module": "commonjs",
"declaration": true
},
"include": [
"./lib/**/*"
]
}