Skip to content

Commit

Permalink
build: remove noEmit from tsconfig
Browse files Browse the repository at this point in the history
noEmit is not allowed when using composite
  • Loading branch information
TimoGlastra committed May 4, 2020
1 parent 3624144 commit 2cc05fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/tsconfig.extra-files.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"strictBindCallApply": true,
"strictFunctionTypes": true,
"baseUrl": "..",
"rootDir": "..",
"noEmit": true
"rootDir": ".."
},
"references": [
{ "path": "../packages/core/tsconfig.json" },
Expand Down

0 comments on commit 2cc05fc

Please # to comment.