occulto/tsconfig.cjs.json

9 lines
138 B
JSON
Raw Normal View History

2022-10-13 20:06:51 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "es2015",
"outDir": "dist/cjs"
}
}