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