Skip to content

Commit aee421d

Browse files
committed
Update the tsconfig
1 parent bc4d163 commit aee421d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// work with TypeScript.
77
"baseUrl": ".",
88
"allowJs": true,
9+
// older glimmer doesn't have correct imports
10+
// needs "import type"
11+
"verbatimModuleSyntax": false,
912
"paths": {
1013
"docs/tests/*": ["tests/*"],
1114
"docs/*": ["app/*"],

0 commit comments

Comments
 (0)