Skip to content

Commit 80a338c

Browse files
fix: tsconfig in gcp-metadata (#68)
1 parent 25cbd89 commit 80a338c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/gcp-metadata/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"compilerOptions": {
33
"rootDir": ".",
44
"outDir": "build",
5-
"allowSyntheticDefaultImports": false,
65
"skipLibCheck": true,
76
"resolveJsonModule": true,
87
"allowUnreachableCode": false,
98
"allowUnusedLabels": false,
109
"composite": true,
1110
"forceConsistentCasingInFileNames": true,
12-
"lib": ["ES2023"],
13-
"module": "commonjs",
11+
"lib": ["ES2023", "dom"],
12+
"module": "nodenext",
1413
"noEmitOnError": true,
1514
"noFallthroughCasesInSwitch": true,
1615
"noImplicitReturns": true,
@@ -25,7 +24,8 @@
2524
"src/**/*.ts",
2625
"test/*.ts",
2726
"test/**/*.ts",
28-
".eslintrc.json"
27+
".eslintrc.json",
28+
"system-test/*.ts"
2929
],
3030
"exclude": [
3131
"test/fixtures",

0 commit comments

Comments
 (0)