To use it, first install@swc/coreor@swc/wasm. If usingimportHelpers, also install@swc/helpers. Iftargetis less than "es2015" and usingasync/awaitor generator functions, also installregenerator-runtime. npm i -D @swc/core @swc/helpers regenerator-runtime Then add the following to yourtsconf...