Files
hedgedoc/commons/tsconfig.esm.json
T
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
210 B
JSON

{
"extends" : "./tsconfig.json",
"compilerOptions": {
"module": "NodeNext",
"target" : "esnext",
"outDir": "dist/esm",
"moduleResolution": "NodeNext",
"declarationDir": "dist/esm"
}
}