mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
ffe48f2fd2
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends" : "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target" : "esnext",
|
|
"outDir": "dist/esm",
|
|
"moduleResolution": "NodeNext",
|
|
"declarationDir": "dist/esm"
|
|
}
|
|
}
|