Skip to content

Commit

Permalink
no need for tsconfig 'files' reference to zone.js.d.ts; use a type re…
Browse files Browse the repository at this point in the history
…ference were necessary

Refs: open-telemetry/opentelemetry-js#4257
  • Loading branch information
trentm committed Nov 14, 2023
1 parent f15ae6c commit cd46b7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -5,7 +5,6 @@
"outDir": "build/esnext",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"files": [ "node_modules/zone.js/dist/zone.js.d.ts"],
"include": [
"src/**/*.ts"
]
Expand Down
Expand Up @@ -6,7 +6,6 @@
"skipLibCheck": true,
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"files": [ "node_modules/zone.js/dist/zone.js.d.ts"],
"include": [
"src/**/*.ts"
]
Expand Down

0 comments on commit cd46b7a

Please sign in to comment.