bandcamp-fetch/tsconfig-esm.json

9 lines
152 B
JSON
Raw Normal View History

2023-06-10 16:52:27 +02:00
{
"extends": "./tsconfig-base.json",
"exclude": ["src/index-cjs.ts"],
"compilerOptions": {
"module": "es2020",
"outDir": "dist/mjs"
}
}