Skip to content

Commit

Permalink
chore: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Aug 16, 2023
1 parent 3133c4e commit 7b76058
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 40 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
"@types/eslint": "^8.44.2",
"@types/esquery": "^1.5.0",
"@types/estree": "^1.0.1",
"@types/json-schema": "^7.0.12",
"@types/lodash.defaultsdeep": "^4.6.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.0",
"@types/semver": "^7.5.0",
"@types/spdx-expression-parse": "^3.0.2",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
Expand All @@ -55,6 +56,7 @@
"glob": "^10.3.3",
"husky": "^8.0.3",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^14.0.0",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.2.0",
Expand Down
72 changes: 39 additions & 33 deletions pnpm-lock.yaml

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

5 changes: 2 additions & 3 deletions tsconfig-prod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"compilerOptions": {
"lib": ["es2022"],
"moduleResolution": "Node",
"module": "Commonjs",
"esModuleInterop": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": false,
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"compilerOptions": {
"lib": ["es2022"],
"moduleResolution": "Node",
"module": "Commonjs",
"esModuleInterop": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": true,
Expand Down

0 comments on commit 7b76058

Please sign in to comment.