Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svelte-kit package #1499

Merged
merged 14 commits into from
May 24, 2021
Prev Previous commit
Next Next commit
make typescript happy
  • Loading branch information
Rich-Harris committed May 20, 2021
commit a70968a39dfb597d867b4fce6c43d1e50bf385dd
1 change: 1 addition & 0 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eslint": "^7.25.0",
"globrex": "^0.1.2",
"kleur": "^4.1.4",
"locate-character": "^2.0.5",
"marked": "^2.0.3",
"node-fetch": "^3.0.0-beta.9",
"port-authority": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/test/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="@sveltejs/kit" />
/// <reference types="../types/index.js" />

import { Page, Response as PlaywrightResponse } from 'playwright-chromium';
import { RequestInfo, RequestInit, Response as NodeFetchResponse } from 'node-fetch';
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"paths": {
"test": ["./test/types"],
"types/*": ["./types/*"],
"@sveltejs/kit": ["../types"]
"@sveltejs/kit": ["./types/index"]
}
},
"include": ["src/**/*", "test/**/*", "types/**/*", "test/types.d.ts", "test/ambient.d.ts"]
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.