diff options
Diffstat (limited to 'webui/tsconfig.json')
-rw-r--r-- | webui/tsconfig.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webui/tsconfig.json b/webui/tsconfig.json index f2850b71..705bae44 100644 --- a/webui/tsconfig.json +++ b/webui/tsconfig.json @@ -17,7 +17,11 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react" + "jsx": "react", + "typeRoots": [ + "node_modules/@types/", + "types/" + ] }, "include": [ "src" |