From 80a10731d0830f68ecfd6148da6f5fcac139bdce Mon Sep 17 00:00:00 2001 From: Christher Lenander Date: Fri, 18 Oct 2019 11:37:08 +0200 Subject: [PATCH] Update tsconfig.json --- extension/src/templates/base/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] }