1
0
Fork 0
mirror of https://github.com/kou029w/megabit.git synced 2025-01-30 21:58:04 +00:00
megabit/tsconfig.cjs.json

8 lines
143 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "cjs",
"module": "commonjs",
"esModuleInterop": true
}
}