Skip to content

Commit b8cb8dc

Browse files
committed
update a few more tsconfigs
1 parent 4f8ce0b commit b8cb8dc

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

apps/coordinator/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"include": ["./src/**/*.ts"],
3-
"exclude": ["node_modules"],
42
"compilerOptions": {
5-
"target": "es2016",
3+
"target": "es2018",
64
"module": "commonjs",
75
"esModuleInterop": true,
86
"resolveJsonModule": true,

apps/kubernetes-provider/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
3+
"target": "es2018",
44
"module": "commonjs",
55
"esModuleInterop": true,
66
"forceConsistentCasingInFileNames": true,

apps/webapp/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["remix.env.d.ts", "global.d.ts", "**/*.ts", "**/*.tsx"],
44
"compilerOptions": {
55
"types": ["vitest/globals"],
6-
"lib": ["DOM", "DOM.Iterable", "ES2019"],
6+
"lib": ["DOM", "DOM.Iterable", "DOM.AsyncIterable", "ES2019"],
77
"isolatedModules": true,
88
"esModuleInterop": true,
99
"jsx": "react-jsx",

internal-packages/redis-worker/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2019",
4-
"lib": ["ES2019", "DOM", "DOM.Iterable"],
4+
"lib": ["ES2019", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
55
"module": "CommonJS",
66
"moduleResolution": "Node",
77
"moduleDetection": "force",

internal-packages/run-engine/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2019",
4-
"lib": ["ES2019", "DOM", "DOM.Iterable"],
4+
"lib": ["ES2019", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
55
"module": "CommonJS",
66
"moduleResolution": "Node",
77
"moduleDetection": "force",

internal-packages/testcontainers/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"lib": ["ES2022", "DOM", "DOM.Iterable"],
4+
"lib": ["ES2022", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
55
"module": "CommonJS",
66
"moduleResolution": "Node",
77
"moduleDetection": "force",

internal-packages/zod-worker/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2019",
4-
"lib": ["ES2019", "DOM", "DOM.Iterable"],
4+
"lib": ["ES2019", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
55
"module": "CommonJS",
66
"moduleResolution": "Node",
77
"moduleDetection": "force",

0 commit comments

Comments
 (0)