Skip to content

Commit 22dad35

Browse files
committed
x
1 parent 92028c4 commit 22dad35

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@glimmer/syntax": "^0.94.8",
36+
"@glimmer/syntax": ">= 0.84.3",
3737
"babel-import-util": "^3.0.0"
3838
},
3939
"devDependencies": {

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Compilation Configuration
44
"target": "es2015",
55
"module": "commonjs",
6+
"moduleResolution": "bundler",
67
"inlineSources": true,
78
"inlineSourceMap": true,
89
"declaration": true,
@@ -33,4 +34,5 @@
3334
"./__tests__/**/*.ts",
3435
"local-types.d.ts",
3536
],
37+
"exclude": ["dist/**", "node_modules"]
3638
}

0 commit comments

Comments
 (0)