Files
socket.io/tsconfig.json
Damien Arrachequesne ff370cfc46 Initial commit
2021-06-22 07:02:16 +02:00

13 lines
188 B
JSON

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