Skip to content

Commit

Permalink
build: set no implicit any, bump es target
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 15, 2024
1 parent 3a847eb commit c13c34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"moduleResolution": "node",
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true,
"target": "ES2022",
"target": "ES2023",
"types": ["vite-plugin-pwa/client"]
},
"include": ["src", "e2e", "vite.config.ts"]
Expand Down

0 comments on commit c13c34d

Please sign in to comment.