Skip to content

Commit 2aa0969

Browse files
committed
chore: migrate rootDir and baseDir values
1 parent 53e6b63 commit 2aa0969

50 files changed

Lines changed: 95 additions & 49 deletions

Some content is hidden

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

dev-packages/node-core-integration-tests/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

dev-packages/node-integration-tests/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

dev-packages/test-utils/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

packages/astro/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

packages/aws-serverless/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"declaration": true,
1010
"declarationMap": true,
1111
"emitDeclarationOnly": true,
12-
"outDir": "build/npm/types"
12+
"outDir": "build/npm/types",
13+
"rootDir": "./src"
1314
}
1415
}

packages/browser-utils/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"declaration": true,
1010
"declarationMap": true,
1111
"emitDeclarationOnly": true,
12-
"outDir": "build/types"
12+
"outDir": "build/types",
13+
"rootDir": "./src"
1314
}
1415
}

packages/browser/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/npm/types"
8+
"outDir": "build/npm/types",
9+
"rootDir": "./src"
910
}
1011
}

packages/bun/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

packages/cloudflare/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

packages/core/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"declarationMap": true,
77
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
8+
"outDir": "build/types",
9+
"rootDir": "./src"
910
}
1011
}

0 commit comments

Comments
 (0)