wrappers/tsconfig.cjs.json

9 lines
196 B
JSON
Raw Normal View History

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