Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 80a1073

Browse files
Update tsconfig.json
1 parent 694023d commit 80a1073

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extension/src/templates/base/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"experimentalDecorators": true,
88
"module": "esnext",
99
"moduleResolution": "node",
10-
"baseUrl": "."
10+
"baseUrl": ".",
11+
"types": [
12+
"quasar"
13+
]
1114
},
1215
"exclude": ["node_modules"]
1316
}

0 commit comments

Comments
 (0)