Skip to content

Commit 101aba9

Browse files
committed
chore: update
1 parent 919fc85 commit 101aba9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/en/guide/start/glossary.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ CJS stands for [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-m
2121

2222
Bundleless refers to a development approach that avoids the traditional practice of bundling multiple JavaScript / TypeScript files into a single or fewer output files before serving them to the client. Instead, it aims to serve individual modules directly.
2323

24+
## DTS
25+
26+
DTS stands for [TypeScript Declaration Files](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html), providing type information for JavaScript code.
27+
2428
## Module Federation
2529

2630
<MF />

0 commit comments

Comments
 (0)