Skip to content

Commit 111b873

Browse files
committed
fixes
1 parent ae3d8b2 commit 111b873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pg-protocol/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
"strict": true,
77
"target": "es6",
88
"noImplicitAny": true,
9+
"noEmit": true,
910
"moduleResolution": "node",
1011
"sourceMap": true,
1112
"outDir": "dist",
13+
"incremental": true,
1214
"baseUrl": ".",
1315
"declaration": true,
1416
"paths": {

0 commit comments

Comments
 (0)