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 997abf0 commit 9a607fbCopy full SHA for 9a607fb
package.json
@@ -16,8 +16,8 @@
16
"scripts": {
17
"prepack": "node injectVersion.js",
18
"build": "npm run compile",
19
- "test": "tsc -p 'test/tsconfig.json' && mocha dist/test/*",
20
- "compile": "tsc -p 'src/browser/tsconfig.json' && tsc -p 'src/node/tsconfig.json'"
+ "test": "tsc -p test/tsconfig.json && mocha dist/test/*",
+ "compile": "tsc -p src/browser/tsconfig.json && tsc -p src/node/tsconfig.json"
21
},
22
"dependencies": {
23
"@microsoft/1ds-core-js": "^4.0.3",
0 commit comments