Skip to content

Commit

Permalink
Revert JSONC on tsconfig.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Feb 4, 2024
1 parent f17e1d8 commit 35066f5
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 65 deletions.
23 changes: 0 additions & 23 deletions .changeset/great-trains-doubt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-goats-chew.md

This file was deleted.

4 changes: 2 additions & 2 deletions config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noUnusedParameters": false
},
"extends": "tsconfig-seek",
"extends": "tsconfig-seek"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"npm-run-path": "^4.0.1",
"npm-which": "^3.0.1",
"picomatch": "^3.0.0",
"prettier": "~3.2.4",
"prettier-plugin-packagejson": "^2.4.9",
"prettier": "~3.2.5",
"prettier-plugin-packagejson": "^2.4.10",
"read-pkg-up": "^7.0.1",
"semantic-release": "^21.0.0",
"serialize-error": "^8.0.1",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions template/base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"lib": ["ES2022"],
"outDir": "lib",
"paths": {
"src": ["src"],
"src": ["src"]
},
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
8 changes: 4 additions & 4 deletions template/koa-rest-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
// open-telemetry/opentelemetry-js#3580
"DOM",

"ES2022",
"ES2022"
],
"outDir": "lib",
"paths": {
"src": ["src"],
"src": ["src"]
},
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
6 changes: 3 additions & 3 deletions template/lambda-sqs-worker-cdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"lib": ["ES2022"],
"outDir": "lib",
"paths": {
"src": ["src"],
"src": ["src"]
},
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
6 changes: 3 additions & 3 deletions template/lambda-sqs-worker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"lib": ["ES2022"],
"outDir": "lib",
"paths": {
"src": ["src"],
"src": ["src"]
},
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
4 changes: 2 additions & 2 deletions template/oss-npm-package/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"lib": ["ES2022"],
"outDir": "lib",
"removeComments": false,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
4 changes: 2 additions & 2 deletions template/private-npm-package/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"lib": ["ES2022"],
"outDir": "lib",
"removeComments": false,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["lib*/**/*"],
"extends": "skuba/config/tsconfig.json",
"extends": "skuba/config/tsconfig.json"
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"lib": ["ES2022"],
"outDir": "lib",
"removeComments": false,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["integration/**/*", "lib*/**/*", "template/**/*"],
"extends": "./config/tsconfig.json",
"extends": "./config/tsconfig.json"
}

0 comments on commit 35066f5

Please sign in to comment.