1
0
Fork 0
mirror of https://github.com/kou029w/megabit.git synced 2025-02-24 09:35:17 +00:00
megabit/tsconfig.cjs.json

8 lines
114 B
JSON
Raw Normal View History

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