Skip to content

Commit

Permalink
Fix tsconfig.json for the vite app
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 18, 2024
1 parent aa84dfa commit 5f76d37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/vite-basic-compat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"incremental": true,
"noEmit": true,
"declaration": false,
"types": ["ember-source/types"],
"types": ["ember-source/types", "@embroider/core/virtual"],
"paths": {
"vite-basic-compat/*": ["./app/*"],
"vite-basic-compat/tests/*": ["./tess/*"],
"@ember-data/unpublished-test-infra": ["../../packages/unpublished-test-infra/unstable-preview-types"],
"@ember-data/unpublished-test-infra/*": ["../../packages/unpublished-test-infra/unstable-preview-types/*"],
"ember-data": ["../../packages/-ember-data/unstable-preview-types"],
Expand Down Expand Up @@ -51,7 +53,8 @@
"@warp-drive/core-types": ["../../packages/core-types/unstable-preview-types"],
"@warp-drive/core-types/*": ["../../packages/core-types/unstable-preview-types/*"],
"@warp-drive/build-config": ["../../packages/build-config/unstable-preview-types"],
"@warp-drive/build-config/*": ["../../packages/build-config/unstable-preview-types/*"]
"@warp-drive/build-config/*": ["../../packages/build-config/unstable-preview-types/*"],
"*": ["./types/*"]
}
},
"references": [
Expand Down

0 comments on commit 5f76d37

Please sign in to comment.