Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent 43a9d30 commit fb4b4a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@glimmer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,

"types": ["qunit", "node", "vite/client"]
"types": ["qunit", "node", "vite/client"],
"paths": {
"@glimmer/debug": ["./debug/index.ts"]
}
},
"include": ["./**/*", "./**/*.d.ts"],
"exclude": ["*/dist", "*/node_modules", "**/fixtures", "*/test"]
Expand Down

0 comments on commit fb4b4a9

Please sign in to comment.