Skip to content

Commit

Permalink
Remove unused tsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Nov 22, 2024
1 parent 6ac07af commit 25d162d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .changeset/twelve-cows-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"nx-plugin-handler": patch
"sinon-typed-stub": patch
"@leyman/eslint-config": patch
"common-proxy": patch
"format-file": patch
---

Remove unused tsconfig settings
2 changes: 0 additions & 2 deletions leyman/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
Expand Down
2 changes: 0 additions & 2 deletions tools/common-proxy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
Expand Down
2 changes: 0 additions & 2 deletions tools/format-file/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
Expand Down
2 changes: 0 additions & 2 deletions tools/nx-plugin-handler/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
Expand Down
2 changes: 0 additions & 2 deletions tools/sinon-typed-stub/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
Expand Down

0 comments on commit 25d162d

Please sign in to comment.