Skip to content

Commit 5c9d934

Browse files
committed
Add noEmit to tsconfig
1 parent ac07b6a commit 5c9d934

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"declaration": false,
1111
"strict": true,
1212
"typeRoots": ["./src/typings", "./node_modules/@types"],
13-
"downlevelIteration": true
13+
"downlevelIteration": true,
14+
"noEmit": true
1415
},
1516
"include": ["src"]
1617
}

0 commit comments

Comments
 (0)