Skip to content

Commit 04a155f

Browse files
committed
chore: update tsconfigs
Signed-off-by: Logan McAnsh <[email protected]>
1 parent 056ca2b commit 04a155f

File tree

78 files changed

+94
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+94
-11
lines changed

.github/workflows/changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: yarn --frozen-lockfile
2929

3030
- name: install, build, typecheck
31-
run: node ./scripts/test.mjs
31+
run: node ./__scripts/test.mjs

scripts/test.mjs renamed to __scripts/test.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const dirs = files.map((f) => f.split("/").at(0));
2626

2727
const examples = [...new Set(dirs)].filter((d) => !TO_IGNORE.includes(d));
2828

29+
const list = new Intl.ListFormat("en", { style: "long", type: "conjunction" });
30+
31+
console.log(`Testing changed examples: ${list.format(examples)}`);
32+
2933
const settled = await Promise.allSettled(
3034
examples.map(async (example) => {
3135
const pkgJson = await PackageJson.load(example);

__template/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

_official-jokes/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

_official-realtime-app/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

basic/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

bullmq-task-queue/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

catch-boundary/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

chakra-ui/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

client-only-components/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"paths": {
1616
"~/*": ["./app/*"]
1717
},
18+
"skipLibCheck": true,
1819

1920
// Remix takes care of building everything in `remix build`.
2021
"noEmit": true

0 commit comments

Comments
 (0)