Skip to content

Commit 48c3099

Browse files
authored
fix: fixes prepare script and tsconfig extends field (#10)
Closes #11
1 parent c841875 commit 48c3099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/achingbrain/uint8arrays.git"
3333
},
3434
"scripts": {
35-
"prepare": "aegir ts -p types",
35+
"prepare": "aegir ts",
3636
"test": "aegir test",
3737
"lint": "aegir lint",
3838
"release": "aegir release --docs",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
2+
"extends": "aegir/src/config/tsconfig.aegir.json",
33
"compilerOptions": {
44
"outDir": "dist"
55
},

0 commit comments

Comments
 (0)