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