ng6-socket-io
Version:
Socket.IO Module for Angular 6 and RxJS6
29 lines (28 loc) • 502 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"moduleResolution": "node",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"outDir": "./dist",
"typeRoots": [
"./node_modules/@types"
],
"baseUrl": "./"
},
"include": [
"src/**/*"
],
"exclude": [
"examples/chat-app/**/*",
"spec/**/*"
]
}