Files
hedgedoc/commons/tsconfig.cjs.json
Erik Michelson 78062bb75c chore(lint): enable type-aware linting
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2026-05-09 13:05:59 +02:00

11 lines
205 B
JSON

{
"extends" : "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ES2024",
"outDir": "dist/cjs",
"declarationDir": "dist/cjs",
"moduleResolution": "node"
}
}