bandcamp-fetch/tsconfig-esm.json
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

9 lines
152 B
JSON

{
"extends": "./tsconfig-base.json",
"exclude": ["src/index-cjs.ts"],
"compilerOptions": {
"module": "es2020",
"outDir": "dist/mjs"
}
}