Skip to content

Commit 43f83c5

Browse files
committed
fix: Types lookup for the template-compiler-plugin of htmlbars.
1 parent a4b6b0a commit 43f83c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/@css-blocks/ember/tsconfig.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"compilerOptions": {
44
"composite": true,
55
"outDir": "dist",
6-
"baseUrl": "dist",
6+
"baseUrl": ".",
77
"noImplicitAny": false,
88
"paths": {
9+
"ember-cli-htmlbars/lib/template-compiler-plugin": ["types/ember-cli-htmlbars/template-compiler-plugin"],
910
"*": ["types/*"],
10-
}
11+
},
12+
"traceResolution": false
1113
},
1214
"references": [
1315
{"path": "../config"},

0 commit comments

Comments
 (0)