chamesu
Version:
This package contains all packages of the chat application.
27 lines (20 loc) • 482 B
JSON
{
"compilerOptions": {
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitOnError": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": ["ESNext"],
"target": "ES6",
"moduleResolution": "Node",
"module": "CommonJS"
},
"exclude": [
"node_modules",
"dist"
]
}