iconsulting/packages/services/conversation-service/tsconfig.json

19 lines
425 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"strictPropertyInitialization": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test"]
}