swc/packages/types
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
..
.gitignore refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
.npmignore refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
index.ts feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
LICENSE refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
package.json feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
README.md refactor(es/types): Extract @swc/types as a small, reusable package (#7834) 2023-08-18 06:24:49 +00:00
tsconfig.json refactor(bindingins): Create @swc/counter (#7991) 2023-09-22 23:48:27 +00:00

@swc/types

Typings for @swc/core APIs. This is a separate package because SWC is used by various tools but not all of them want to depend on @swc/core. This package is very cheap, so feel free to depend on this.