Skip to content

Commit

Permalink
build: cleanup tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 17, 2024
1 parent 8615a9a commit 58b17f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "../dist",
"emitDeclarationOnly": true
"rootDir": "./"
},
"include": ["."]
}
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": ["@sapphire/ts-config", "@sapphire/ts-config/bundler", "@sapphire/ts-config/extra-strict", "@sapphire/ts-config/verbatim"],
"compilerOptions": {
"noEmit": true,
"incremental": false,
"useDefineForClassFields": false
}
Expand Down
1 change: 0 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": ["vitest/globals"],
"lib": ["DOM", "ESNext"]
},
Expand Down

0 comments on commit 58b17f6

Please sign in to comment.