mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore: added decalration map
Signed-off-by: Avinash <avinash.kumar.cs92@gmail.com>
This commit is contained in:
parent
9d8a972a3c
commit
e81e88139a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
"outDir": "dist/",
|
"outDir": "dist/",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"declarationMap":true,
|
||||||
"sourceMap": true
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"include": ["./src"],
|
"include": ["./src"],
|
||||||
|
|
Loading…
Reference in a new issue