diff --git a/extension/src/templates/base/tsconfig.json b/extension/src/templates/base/tsconfig.json index f3d6054..9f52ac9 100644 --- a/extension/src/templates/base/tsconfig.json +++ b/extension/src/templates/base/tsconfig.json @@ -7,7 +7,10 @@ "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", - "baseUrl": "." + "baseUrl": ".", + "types": [ + "quasar" + ] }, "exclude": ["node_modules"] }