mirror of
https://github.com/kou029w/megabit.git
synced 2025-01-30 21:58:04 +00:00
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "cjs",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|