Skip to content

Commit

Permalink
tsconfig // remove "noUnusedParameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Jul 5, 2024
1 parent 2b21b06 commit 93da83f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/core-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"noUnusedParameters": false,
"checkJs": false,
"noImplicitAny": false
},
Expand Down
1 change: 0 additions & 1 deletion packages/data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"noUnusedParameters": false,
"checkJs": false
},
"references": [
Expand Down
3 changes: 1 addition & 2 deletions packages/date/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"noUnusedParameters": false
"declarationDir": "build-types"
},
"references": [ { "path": "../deprecated" } ],
"include": [ "src/**/*" ]
Expand Down
3 changes: 1 addition & 2 deletions packages/redux-routine/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"noUnusedParameters": false
"declarationDir": "build-types"
},
"include": [ "src/**/*" ]
}

0 comments on commit 93da83f

Please sign in to comment.