Skip to content

Commit

Permalink
fix: ?
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIceZ committed Apr 4, 2023
1 parent 2c86f84 commit 7ee1317
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"typescript": "^5.0.0",
"vite": "^4.2.0"
},
"type": "module",
"dependencies": {
"node-fetch": "2",
"prettier-plugin-tailwindcss": "^0.2.6",
"pretty-quick": "^3.1.3"
}
Expand Down
29 changes: 29 additions & 0 deletions pnpm-lock.yaml

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

File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true
},
"ts-node": {
"esm": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
Expand Down

0 comments on commit 7ee1317

Please sign in to comment.