command-parser/tsconfig.cjs.json
Navy.gif 376c78e8fe
Some checks failed
continuous-integration/drone/push Build is failing
Update to support both cjs and esm
2023-04-13 20:18:40 +03:00

9 lines
188 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": false,
"module": "CommonJS",
"outDir": "./build/cjs"
}
}