Skip to content

Commit dc36137

Browse files
sofislquirogas
authored andcommitted
chore: add comments to tsconfigs to spe specify why they are handwritten
1 parent 895979d commit dc36137

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/google-cloud-aiplatform/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// This file is handwritten since this library has many custom handwritten files
23
"extends": "./node_modules/gts/tsconfig-google.json",
34
"compilerOptions": {
45
"rootDir": ".",

packages/google-cloud-dns/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// This file is handwritten since this library is also handwritten
23
"extends": "./node_modules/gts/tsconfig-google.json",
34
"compilerOptions": {
45
"lib": [

packages/google-cloud-tasks/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// This file is handwritten since this library has a dual-publication setup (ESM and CJS)
23
"extends": "./node_modules/gts/tsconfig-google.json",
34
"compilerOptions": {
45
"rootDir": ".",

packages/typeless-sample-bot/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// This file is handwritten since this library is also handwritten
23
"extends": "./node_modules/gts/tsconfig-google.json",
34
"include": [
45
"src/*.ts",

0 commit comments

Comments
 (0)