Skip to content

Commit

Permalink
fix: fix declaration config #122
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Mar 26, 2023
1 parent dbd822a commit 165d2e5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/lit-selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"allowJs": false,
"noEmit": false,
"isolatedModules": false,
"removeComments": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
Expand Down
3 changes: 1 addition & 2 deletions packages/preact-selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"allowJs": false,
"noEmit": false,
"isolatedModules": false,
"removeComments": true,
"declaration": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/react-selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"allowJs": false,
"noEmit": false,
"isolatedModules": false,
"removeComments": true,
"declaration": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
},
Expand Down
1 change: 0 additions & 1 deletion packages/selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
Expand Down
1 change: 0 additions & 1 deletion packages/vue-selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
Expand Down
1 change: 0 additions & 1 deletion packages/vue3-selecto/tsconfig.declaration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration"
Expand Down

0 comments on commit 165d2e5

Please sign in to comment.