Skip to content

Commit 4fb92d7

Browse files
committed
chore: update tsconfig
1 parent 2b039b8 commit 4fb92d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"lib": ["ES2018", "ES2020", "esnext.asynciterable", "dom"],
99
"module": "commonjs",
1010
"moduleResolution": "node",
11-
"noEmit": true,
1211
"noEmitOnError": false,
1312
"noUnusedLocals": true,
1413
"noUnusedParameters": true,
14+
"outDir": "dist",
1515
"pretty": true,
1616
"removeComments": true,
1717
"resolveJsonModule": true,

0 commit comments

Comments
 (0)