Skip to content

Commit

Permalink
fix: ts config extends
Browse files Browse the repository at this point in the history
  • Loading branch information
sawa-ko authored Sep 10, 2023
1 parent 3a5f790 commit 93987e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"extends": "@sapphire/ts-config/extra-strict",
"extends": [
"@sapphire/ts-config",
"@sapphire/ts-config/extra-strict",
"@sapphire/ts-config/decorators"
],
"compilerOptions": {
"importHelpers": true,
"noEmitHelpers": true,
"skipLibCheck": true
}
}
}

0 comments on commit 93987e8

Please sign in to comment.