mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-07-26 10:38:50 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"declaration": false,
|
|
"outDir": "./dist/esm"
|
|
}
|
|
}
|