nested-forms/libs/contact/tsconfig.lib.json

10 lines
172 B
JSON
Raw Normal View History

2019-08-20 01:27:15 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
}