Skip to content

Commit

Permalink
build: remove deprecated TS configs (#23534)
Browse files Browse the repository at this point in the history
- Switch fluid-telemetry to use common and supported node16 config. (No
change in settings.)
- Remove then unused `tsconfig.cjs.json`, `tsconfig.esm.json`,
`tsconfig.esm-only.json`, and `tsconfig.test.json`.
  • Loading branch information
jason-ha authored Jan 14, 2025
1 parent 3dbf023 commit cc9a041
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 36 deletions.
3 changes: 0 additions & 3 deletions common/build/build-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,3 @@ src/test/tsconfig.cjs.json:

This package also contains a legacy base tsconfig, `ts-common-config.json`. This config is still used in some places
within the repo but is considered deprecated.

And there are a handful of tsconfigs that we thought we'd want but no longer think they have common purpose:
`tsconfig.cjs.json`, `tsconfig.esm.json`, `tsconfig.esm-only.json`, and `tsconfig.test.json`
6 changes: 0 additions & 6 deletions common/build/build-common/tsconfig.cjs.json

This file was deleted.

6 changes: 0 additions & 6 deletions common/build/build-common/tsconfig.esm-only.json

This file was deleted.

6 changes: 0 additions & 6 deletions common/build/build-common/tsconfig.esm.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/build/build-common/tsconfig.test.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": [
"../../../../common/build/build-common/tsconfig.base.json",
"../../../../common/build/build-common/tsconfig.cjs.json",
],
"extends": "../../../../common/build/build-common/tsconfig.node16.json",
"include": ["src/**/*"],
"compilerOptions": {
"rootDir": "src",
Expand Down

0 comments on commit cc9a041

Please sign in to comment.