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 Dec 7, 2023
1 parent 7ab78e2 commit 4e7d8c5
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 4e7d8c5

Please sign in to comment.