From 637e85fedea1e025c77c1413021965ca1a4bdf75 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Thu, 7 Dec 2023 15:45:30 -0800 Subject: [PATCH] Fix simulator build (#1460) * remove type roots * try to exclude node types --- sim/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/tsconfig.json b/sim/tsconfig.json index 34990d908..8964f3225 100644 --- a/sim/tsconfig.json +++ b/sim/tsconfig.json @@ -13,7 +13,7 @@ "newLine": "LF", "declaration": true, "sourceMap": false, - "typeRoots": ["../node_modules/@types"] + "types": [] }, "include": [ "../libs/*/sim/*.ts"