diff --git a/bindings/binding_typescript_wasm/README.md b/bindings/binding_typescript_wasm/README.md new file mode 100644 index 000000000000..b122cd3612ec --- /dev/null +++ b/bindings/binding_typescript_wasm/README.md @@ -0,0 +1,13 @@ +# @swc/wasm-tyescript + +This package provides a Wasm binding for the TypeScript transform. + +The supported TypeScript version is currently 5.5.4, execpt the stage 3 decorator proposal. + +## Contributing + +See [the main repository](https://github.com/swc-project/swc)'s contributing guide. + +## License + +Apache 2.0