新版本

This commit is contained in:
caiwendi88@gmail.com 2023-04-18 13:35:48 +08:00
parent 0f913bf49a
commit 6198bf0e49
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -41,4 +41,6 @@ public/prompts.json
.vscode
.idea
pnpm-lock.yaml
pnpm-lock.yaml
# Local Netlify folder
.netlify

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "ES2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,