Skip to content

Commit

Permalink
build: triage
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Aug 20, 2023
1 parent d0c8745 commit 07d6f1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "esnext",
"lib": ["es2021"],
"types": ["node" ],
"moduleResolution": "node",
"moduleResolution": "commonjs",

Check failure on line 7 in tsconfig.json

View workflow job for this annotation

GitHub Actions / build-test-lint (ubuntu-latest, 18.x)

Argument for '--moduleResolution' option must be: 'node10', 'classic', 'node16', 'nodenext', 'bundler'.
"sourceMap": true,
"declaration": true,
"declarationMap": false,
Expand All @@ -25,7 +25,6 @@
"include": [
"types/*",
"src/**/*.ts",
"tests/**/*.ts",
"node_modules/@types/**/*"
"tests/**/*.ts"
]
}

0 comments on commit 07d6f1f

Please sign in to comment.