canihazusername/tsconfig.cjs.json

8 lines
117 B
JSON
Raw Normal View History

2022-05-31 15:31:36 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "./dist/cjs/"
}
}