diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-25 18:29:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 18:29:48 -0500 |
| commit | dcb4ffb93a380710c32cc212b937ea38db5ceacc (patch) | |
| tree | 18bf860912a14b84287bb8dbafdc41c5e3cdc6ab /.dprint.json | |
| parent | 0cc90d9246ff2c392457632d5030eaca2ca1ca6f (diff) | |
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.dprint.json b/.dprint.json index 959c44aa8..511e674ed 100644 --- a/.dprint.json +++ b/.dprint.json @@ -21,12 +21,7 @@ ".git", "cli/bench/testdata/express-router.js", "cli/bench/testdata/npm/*", - "cli/dts/lib.d.ts", - "cli/dts/lib.dom*", - "cli/dts/lib.es*", - "cli/dts/lib.scripthost.d.ts", - "cli/dts/lib.webworker*.d.ts", - "cli/dts/typescript.d.ts", + "cli/tsc/dts/*.d.ts", "cli/tests/testdata/fmt/badly_formatted.json", "cli/tests/testdata/fmt/badly_formatted.md", "cli/tests/testdata/byte_order_mark.ts", |
