Skip to content

Commit

Permalink
chore(ts): update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 7, 2023
1 parent b284f93 commit 962c25d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.8.1",
"@mgcrea/fastify-session": "^2.1.1",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@tsconfig/node-lts": "^18.12.5",
"@tsconfig/strictest": "^2.0.2",
"@types/benchmark": "^2.1.2",
"@types/node": "^18.17.14",
"@types/sodium-native": "^2.3.5",
Expand Down
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

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

13 changes: 0 additions & 13 deletions tsconfig.build.json

This file was deleted.

8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"extends": "@tsconfig/node-lts-strictest-esm/tsconfig.json",
"extends": ["@tsconfig/node-lts/tsconfig.json", "@tsconfig/strictest/tsconfig.json"],
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"baseUrl": ".",
"outDir": "dist",
"paths": {
"src/*": ["./src/*"],
"test/*": ["./test/*"]
},
"ignoreDeprecations": "5.0"
}
},
"include": ["src", "test"]
}

0 comments on commit 962c25d

Please sign in to comment.