diff --git a/.npmrc b/.npmrc index bf2fc37..acc2f25 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -npmClient = "bun" + npmClient = "bun" diff --git a/packages/database/tsconfig.json b/packages/database/tsconfig.json new file mode 100644 index 0000000..33034f9 --- /dev/null +++ b/packages/database/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./dist", + "rootDir": "./src" + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] +} \ No newline at end of file