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

9 lines
143 B
JSON
Raw Permalink Normal View History

2020-02-07 12:34:43 +09:00
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
2020-02-07 14:38:54 +09:00
"outDir": "cjs",
2020-02-07 12:34:43 +09:00
"module": "commonjs",
2020-02-07 14:38:54 +09:00
"esModuleInterop": true
2020-02-07 12:34:43 +09:00
}
}