occulto/tsconfig.cjs.json
2022-10-18 14:34:23 +02:00

9 lines
138 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015",
"outDir": "dist/cjs"
}
}