We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cbd89 commit 80a338cCopy full SHA for 80a338c
packages/gcp-metadata/tsconfig.json
@@ -2,15 +2,14 @@
2
"compilerOptions": {
3
"rootDir": ".",
4
"outDir": "build",
5
- "allowSyntheticDefaultImports": false,
6
"skipLibCheck": true,
7
"resolveJsonModule": true,
8
"allowUnreachableCode": false,
9
"allowUnusedLabels": false,
10
"composite": true,
11
"forceConsistentCasingInFileNames": true,
12
- "lib": ["ES2023"],
13
- "module": "commonjs",
+ "lib": ["ES2023", "dom"],
+ "module": "nodenext",
14
"noEmitOnError": true,
15
"noFallthroughCasesInSwitch": true,
16
"noImplicitReturns": true,
@@ -25,7 +24,8 @@
25
24
"src/**/*.ts",
26
"test/*.ts",
27
"test/**/*.ts",
28
- ".eslintrc.json"
+ ".eslintrc.json",
+ "system-test/*.ts"
29
],
30
"exclude": [
31
"test/fixtures",
0 commit comments