diff --git a/hello-world-tab-with-backend/api/tsconfig.json b/hello-world-tab-with-backend/api/tsconfig.json index 4b64fa83..f5dd8463 100644 --- a/hello-world-tab-with-backend/api/tsconfig.json +++ b/hello-world-tab-with-backend/api/tsconfig.json @@ -6,7 +6,7 @@ "rootDir": ".", "sourceMap": true, "strict": false, + "typeRoots": ["./node_modules/@types"], "esModuleInterop": true, - "typeRoots": ["./node_modules/@types"] } }