Skip to content

Commit a4a2fac

Browse files
committedNov 25, 2021
chore: node_modules is not required
1 parent 2f598eb commit a4a2fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
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)
Please sign in to comment.