Skip to content

Commit

Permalink
新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Evans-Cai committed Apr 18, 2023
1 parent 0f913bf commit 6198bf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ public/prompts.json
.vscode
.idea

pnpm-lock.yaml
pnpm-lock.yaml
# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "ES2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 6198bf0

Please sign in to comment.