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.
1 parent 72c5dc1 commit 97e0fb4Copy full SHA for 97e0fb4
package.json
@@ -23,7 +23,7 @@
23
"clean": "rimraf dist output test/output",
24
"format": "prettier --write '**/*.ts'",
25
"build-tests": "tsc -p test/tsconfig.json",
26
- "postbuild-tests": "tsc-esm -p test/output",
+ "postbuild-tests": "tsc-esm -p test/tsconfig.json",
27
"pretest": "yarn npm-run-all build build-tests",
28
"test": "ava -v --timeout=2m",
29
"build": "rollup -c; chmod a+x dist/filesize",
@@ -54,7 +54,7 @@
54
"rollup": "2.6.1",
55
"tslib": "1.11.1",
56
"typescript": "3.8.3",
57
- "typescript-esm": "0.0.6"
+ "typescript-esm": "1.0.1"
58
},
59
"volta": {
60
"node": "14.0.0",
0 commit comments