Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2 (#215)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v5.7.2

* bump target

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: William Boman <[email protected]>
  • Loading branch information
renovate[bot] and williamboman authored Dec 20, 2024
1 parent c34ecb6 commit 78306d4
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 50 deletions.
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

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

26 changes: 21 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
"@/*": [
"./*"
]
},
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand All @@ -16,9 +22,19 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"typeRoots": ["node_modules/@types", "./typings"]
"typeRoots": [
"node_modules/@types",
"./typings"
],
"target": "ES2018"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
],
"extends": "@tsconfig/strictest/tsconfig.json"
}

0 comments on commit 78306d4

Please sign in to comment.