Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: update tsconfig (#151)
Browse files Browse the repository at this point in the history
Remove redundant config
  • Loading branch information
achingbrain authored Apr 9, 2022
1 parent bf4ba66 commit c54d349
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"extends": "aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist",
"emitDeclarationOnly": false,
"module": "ES2020"
"outDir": "dist"
},
"include": [
"src",
Expand Down

0 comments on commit c54d349

Please sign in to comment.