diff options
-rw-r--r-- | packages/browser/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/browser/tsconfig.json b/packages/browser/tsconfig.json index 4b2c29e..d751c5c 100644 --- a/packages/browser/tsconfig.json +++ b/packages/browser/tsconfig.json @@ -15,6 +15,12 @@ "removeComments": true, "sourceMap": false, "noEmit": true, + "typeRoots": [ + "./node_modules/@types", + // TODO: Why can't `npm run test` find these types? + "./node_modules/@simplewebauthn/typescript-types/npm/types", + "../../node_modules/@types", + ] }, "include": [ "./src/**/*.ts" |