fix(package): include tsconfig files in server and shared

This commit is contained in:
Luke
2022-09-15 13:29:21 +02:00
parent f573ba259c
commit cc80d53dfd
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": ".",
},
"include": ["./**/*"],
"exclude": ["**/node_modules"]
}

View File

@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": ".",
},
"include": ["./**/*"],
"exclude": ["**/node_modules"]
}