oxc/crates/oxc_napi/build.rs
Boshen d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00

3 lines
39 B
Rust

fn main() {
napi_build::setup();
}