diff --git a/package/server/tsconfig.json b/package/server/tsconfig.json new file mode 100644 index 0000000..a2b57ce --- /dev/null +++ b/package/server/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": ".", + }, + "include": ["./**/*"], + "exclude": ["**/node_modules"] +} \ No newline at end of file diff --git a/package/shared/tsconfig.json b/package/shared/tsconfig.json new file mode 100644 index 0000000..a2b57ce --- /dev/null +++ b/package/shared/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": ".", + }, + "include": ["./**/*"], + "exclude": ["**/node_modules"] +} \ No newline at end of file