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

Commit 047da16

Browse files
Fix: Issue #38 (Merge pull request #39 from Knivstakocken/patch-1)
Update tsconfig.json to automatically include Fixes Issue #38
2 parents 694023d + 80a1073 commit 047da16

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)