Skip to content

Commit a0723d3

Browse files
committed
chore: tsconfig
1 parent d483aa8 commit a0723d3

File tree

4 files changed

+42
-40
lines changed

4 files changed

+42
-40
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "^20.5.0",
4242
"@types/semver": "^7.5.0",
4343
"@types/spdx-expression-parse": "^3.0.2",
44-
"@typescript-eslint/parser": "^6.3.0",
44+
"@typescript-eslint/parser": "^6.4.0",
4545
"babel-plugin-add-module-exports": "^1.0.4",
4646
"babel-plugin-istanbul": "^6.1.1",
4747
"camelcase": "^6.3.0",
@@ -55,6 +55,7 @@
5555
"glob": "^10.3.3",
5656
"husky": "^8.0.3",
5757
"jsdoc-type-pratt-parser": "^4.0.0",
58+
"json-schema": "^0.4.0",
5859
"lint-staged": "^14.0.0",
5960
"lodash.defaultsdeep": "^4.6.1",
6061
"mocha": "^10.2.0",

pnpm-lock.yaml

Lines changed: 36 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig-prod.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2022"],
4-
"moduleResolution": "Node",
5-
"module": "Commonjs",
6-
"esModuleInterop": true,
4+
"moduleResolution": "Bundler",
5+
"module": "ESNext",
76
"allowJs": true,
87
"checkJs": true,
98
"noEmit": false,

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2022"],
4-
"moduleResolution": "Node",
5-
"module": "Commonjs",
6-
"esModuleInterop": true,
4+
"moduleResolution": "Bundler",
5+
"module": "ESNext",
76
"allowJs": true,
87
"checkJs": true,
98
"noEmit": true,

0 commit comments

Comments
 (0)