Skip to content

Commit 0bc8714

Browse files
authored
Merge pull request #113 from GoogleCloudPlatform/ts-config
Changing root for xlb config to encompass generated code
2 parents 34ae5a2 + 9e17405 commit 0bc8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/xlb/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"target": "ES2022",
1313
"moduleResolution": "node",
1414
"lib": ["es2022"],
15-
"rootDir": "src",
15+
"rootDir": ".",
1616
"outDir": "./dist",
1717
"skipLibCheck": true,
1818
"paths": {

0 commit comments

Comments
 (0)