diff --git a/tsconfig.json b/tsconfig.json index 1bdfd4e..ab7ca2b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,9 @@ "extends": "@kevisual/types/json/backend.json", "compilerOptions": { "baseUrl": "./", + "typeRoots": [ + "node_modules/@types" + ], "paths": { "@/*": [ "src/*"