Skip to content

Commit 97f991f

Browse files
committed
Added noEmit to tsconfig
1 parent 2e5dbd1 commit 97f991f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "esnext",
44
"module": "commonjs",
5+
"noEmit": true,
56
"declaration": true,
67
"outDir": "./dist",
78
"strict": true,

0 commit comments

Comments
 (0)