Introduce @ghostfolio/common lib (#102)

This commit is contained in:
Thomas
2021-05-16 22:11:14 +02:00
committed by GitHub
parent 561d8dbc70
commit abd0e08566
104 changed files with 133 additions and 134 deletions

View File

@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts"]
}