Skip to content

Commit ca8793e

Browse files
committed
Update tsconfigs
1 parent 0abf283 commit ca8793e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"include": ["src/**/*", "tests/**/*"],
99
"compilerOptions": {
1010
"rootDir": ".",
11-
"types": ["ember-source/types", "vite/client", "@embroider/core/virtual"]
11+
"types": ["ember-source/types", "vite/client", "@embroider/core/virtual", "@glint/ember-tsc/types"]
1212
}
1313
}

tsconfig.publish.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
*/
2626
"rootDir": "./src",
2727

28-
"types": ["ember-source/types"]
28+
"types": ["ember-source/types", "@glint/ember-tsc/types"]
2929
}
3030
}

0 commit comments

Comments
 (0)