bandcamp-fetch/tsconfig.json

8 lines
119 B
JSON
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist/cjs"
}
}