UNPKG

363 BJSONView Raw
1{
2 "include": [
3 "lib/**/*.ts"
4 ],
5 "compilerOptions": {
6 "outDir": "build/lib",
7 "lib": ["es2015"],
8 "target": "es2015",
9 "module": "commonjs",
10 "moduleResolution": "node",
11 "noImplicitAny": true,
12 "alwaysStrict": true,
13 "sourceMap": true,
14 "types": [
15 "socket.io"
16 ]
17 },
18 "typeAcquisition": {
19 "enable": false
20 }
21}
\No newline at end of file