mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 01:06:30 -05:00
fix(commons): migrate typescript config
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
dbbb93801a
commit
ec350e307c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends" : "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"target" : "esnext",
|
||||
"outDir": "dist/esm",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
|
Loading…
Reference in a new issue