mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
11 lines
213 B
JSON
11 lines
213 B
JSON
|
{
|
||
|
"extends" : "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target" : "esnext",
|
||
|
"outDir": "dist/esm",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"declarationDir": "dist/esm"
|
||
|
}
|
||
|
}
|