Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 2bbd810

Browse files
committed
Add pg tsconfig
1 parent f0d46cd commit 2bbd810

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/pg/tsconfig.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"esModuleInterop": true,
5+
"allowSyntheticDefaultImports": true,
6+
"strict": true,
7+
"target": "es6",
8+
"noImplicitAny": true,
9+
"moduleResolution": "node",
10+
"allowJs": true,
11+
"sourceMap": true,
12+
"outDir": "dist",
13+
"incremental": true,
14+
"baseUrl": ".",
15+
"declaration": true,
16+
"paths": {
17+
"*": ["node_modules/*", "src/types/*"]
18+
}
19+
},
20+
"include": ["src/**/*"]
21+
}

0 commit comments

Comments
 (0)