Skip to content

Commit

Permalink
Fix simulator build (#1460)
Browse files Browse the repository at this point in the history
* remove type roots

* try to exclude node types
  • Loading branch information
riknoll authored and kimprice committed Dec 8, 2023
1 parent 215a0e8 commit 637e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"newLine": "LF",
"declaration": true,
"sourceMap": false,
"typeRoots": ["../node_modules/@types"]
"types": []
},
"include": [
"../libs/*/sim/*.ts"
Expand Down

0 comments on commit 637e85f

Please sign in to comment.