command-parser/tsconfig.cjs.json

10 lines
226 B
JSON
Raw Normal View History

2023-04-13 19:18:40 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": false,
"module": "CommonJS",
"moduleResolution": "Node10",
2023-04-13 19:18:40 +02:00
"outDir": "./build/cjs"
}
}