swc/packages
Donny/강동윤 e71b6d31b1
feat(cli): Support generating .d.ts files (#9097)
**Description:**

I verified that `swc_cli` (Rust) works with 

```json
{
    "jsc": {
        "parser": {
            "syntax": "typescript"
        },
        "experimental": {
            "emitIsolatedDts": true
        }
    }
}
```
2024-06-22 09:35:15 +09:00
..
core chore: Publish 1.6.3 with swc_core v0.95.4 2024-06-19 13:03:59 +09:00
helpers chore: Publish @swc/helpers@0.5.11 2024-04-25 09:45:46 +09:00
minifier chore: Publish 1.6.3 with swc_core v0.95.4 2024-06-19 13:03:59 +09:00
types feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
.gitignore fix(es/module): Fix jsc.paths for projects using pnpm (#7918) 2023-09-06 17:29:47 +00:00