mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-21 06:59:15 +00:00
add support for bundling both esm and cjs versions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"outDir": "./dist/types"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user