another attempt
This commit is contained in:
parent
117ff56d1e
commit
a984733b9b
3 changed files with 25 additions and 4 deletions
17
apps/data-service/tsconfig.json
Normal file
17
apps/data-service/tsconfig.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue