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 ea25ef8 commit 3757a06Copy full SHA for 3757a06
package.json
@@ -17,7 +17,7 @@
17
"prepublish": "npm run build",
18
"build": "rollup --config && bash ./fixup.sh",
19
"test": "ts-mocha -n loader=ts-node/esm -p tsconfig.json src/**/*.spec.ts",
20
- "demo": "ts-node --esm --project tsconfig.json src/demo.ts",
+ "demo": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/demo.ts",
21
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts && cp -rfv assets docs"
22
},
23
"keywords": [
0 commit comments