Skip to content

Commit 338f1da

Browse files
committed
Support TS 4.9, 4.8, 4.7
1 parent f59b5ad commit 338f1da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

type-tests/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"extends": "@tsconfig/ember",
33
"compilerOptions": {
4-
"baseUrl": "..",
4+
// Required to Support TS < v5
5+
// We can remove this setting when We only support TS v5+
6+
"moduleResolution": "node",
7+
"baseUrl": ".",
58
"paths": {
69
"*": [
710
"types/*"

0 commit comments

Comments
 (0)