We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6040dfc + 33d810f commit 74c2872Copy full SHA for 74c2872
src/package_test.ts
@@ -1,4 +1,5 @@
1
import { expect } from 'chai';
2
+import { URL } from 'url';
3
4
// Generic set of tests to verify the package is built and configured correctly
5
describe('package', () => {
tsconfig.json
@@ -3,7 +3,8 @@
"module": "commonjs",
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
6
- "target": "es6",
+ "target": "es2019",
7
+ "lib": ["es2020"],
8
"moduleResolution": "node",
9
"removeComments": false,
10
"sourceMap": true,
0 commit comments