Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 3, 2024
1 parent 0fee89c commit b590045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gen/
*.cxx
app/.cxx/*
app/src/main/assets/www/*
!/app/src/main/assets/**/index.html
app/release/**/*
app/default/**/*

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lib": ["ES2023.Array", "ES2023", "ES2018", "dom"],
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"target": "es6",
"target": "ES2023",
"resolveJsonModule": true,
"esModuleInterop": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit b590045

Please sign in to comment.