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 c841875 commit 48c3099Copy full SHA for 48c3099
package.json
@@ -32,7 +32,7 @@
32
"url": "https://github.com/achingbrain/uint8arrays.git"
33
},
34
"scripts": {
35
- "prepare": "aegir ts -p types",
+ "prepare": "aegir ts",
36
"test": "aegir test",
37
"lint": "aegir lint",
38
"release": "aegir release --docs",
tsconfig.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
+ "extends": "aegir/src/config/tsconfig.aegir.json",
3
"compilerOptions": {
4
"outDir": "dist"
5
0 commit comments