Skip to content

Commit

Permalink
chore: add typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed May 3, 2024
1 parent 3ca6fa9 commit 5270fc0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "1.3.0",
"wrangler": "^3.53.1"
Expand Down
58 changes: 34 additions & 24 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import galaxy from '@scalar/galaxy/latest.yaml?raw'
// @ts-ignore
import { createMockServer } from '@scalar/mock-server'

import { renderer } from './renderer'
Expand Down

0 comments on commit 5270fc0

Please sign in to comment.