Introduce @ghostfolio/common lib (#102)
This commit is contained in:
9
libs/common/tsconfig.lib.json
Normal file
9
libs/common/tsconfig.lib.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"types": []
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": ["**/*.spec.ts"]
|
||||
}
|
Reference in New Issue
Block a user