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",
2022-10-18 12:34:23 +00:00
"target": "ES2015",
2022-10-13 20:06:51 +00:00
"outDir": "dist/cjs"
}
}