swc-project / swc-node

Faster ts-node without typecheck
MIT License
1.76k stars 73 forks source link

Export Types #633

Open cschroeter opened 2 years ago

cschroeter commented 2 years ago
"main": "index.js",
"types": "register.d.ts", // <-- new
"files": ["index.js", "lib", "README.md", "LICENSE", "*.d.ts"]

The @swc-node/register should exports types