๐Ÿ“ฆ socketio / engine.io-parser

๐Ÿ“„ tsconfig.json ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12{
  "compilerOptions": {
    "outDir": "build/cjs/",
    "target": "es2018", // Node.js 10 (https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping)
    "module": "commonjs",
    "declaration": true
  },
  "include": [
    "./lib/**/*"
  ]
}