my-chat-room/libs/api-interfaces/tsconfig.lib.json

10 lines
172 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
}