mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-07-26 10:28:48 +00:00
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"declaration": false,
|
|
"outDir": "./dist/cjs"
|
|
}
|
|
}
|