mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
e71b6d31b1
**Description:** I verified that `swc_cli` (Rust) works with ```json { "jsc": { "parser": { "syntax": "typescript" }, "experimental": { "emitIsolatedDts": true } } } ``` |
||
---|---|---|
.. | ||
.gitignore | ||
.npmignore | ||
index.ts | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |
@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.