Skip to content

Commit 10655fe

Browse files
committed
fix comment to reflect build -> cjs renaming
1 parent b01cfc7 commit 10655fe

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

packages/angular/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/browser/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/core/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/gatsby/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/hub/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/integrations/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/minimal/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/nextjs/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/node/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/react/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/serverless/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/tracing/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/types/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/utils/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/vue/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

packages/wasm/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

tsconfig_templates/tsconfig.cjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Note: Because we can't inherit from more than one `tsconfig` file, every package must have its own
2-
// `tsconfig.build.json` with the `outDir` and `module` options below
2+
// `tsconfig.cjs.json` with the `outDir` and `module` options below
33

44
{
55
"extends": "./tsconfig.json",

0 commit comments

Comments
 (0)