Skip to content

Commit

Permalink
Merge pull request #25 from embroider-build/fix-types
Browse files Browse the repository at this point in the history
fix types discovery for node10 projects
  • Loading branch information
ef4 authored Jan 4, 2024
2 parents 78c8162 + 6b83c5d commit 3275443
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
"resolutions": {
"type-fest": "^3.0.0"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"dependencies": {
"fixturify-project": "^6.0.0",
"fs-extra": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Project } from 'fixturify-project';
import { Scenarios } from '../';
import type { PreparedApp } from '../';
import { Scenarios } from '../dist/';
import type { PreparedApp } from '../dist/';
import Qunit from 'qunit';
import execa from 'execa';

Expand Down

0 comments on commit 3275443

Please sign in to comment.