Skip to content

Commit

Permalink
Remove @tsconfig/node18
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed Jul 1, 2023
1 parent f8065bd commit 7bdaefd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@rollup/plugin-typescript": "11.1.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@tsconfig/node18": "18.2.0",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

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

10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"src/**/*",
"tests/**/*"
],
"compilerOptions": {
"outDir": "dist",
"lib": ["es2023"],
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"types": [
"node"
],
"outDir": "dist",
"paths": {
"@/*": [
"./src/*"
Expand Down

0 comments on commit 7bdaefd

Please sign in to comment.