wrappers/tsconfig.cjs.json

9 lines
188 B
JSON
Raw Normal View History

2023-04-12 21:12:03 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"sourceMap": false,
"module": "CommonJS",
"outDir": "./build/cjs"
}
}