hedgedoc/html-to-react/tsconfig.esm.json
Tilman Vatteroth 84527f065c feat: import html-to-react from https://github.com/hedgedoc/html-to-react
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-08-26 15:07:49 +02:00

10 lines
213 B
JSON

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