Skip to content

Commit 803f3b8

Browse files
committed
chore: update TypeScript configuration to include typeRoots for better type management
1 parent 1ee7ae3 commit 803f3b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"allowImportingTsExtensions": false,
88
"verbatimModuleSyntax": false,
99
"moduleResolution": "node",
10-
"module": "ESNext"
10+
"module": "ESNext",
11+
"typeRoots": ["./node_modules/@types"]
1112
},
1213
"include": ["src/**/*"],
1314
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]

0 commit comments

Comments
 (0)