mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 19:53:59 -05:00
Add @types/codemirror
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
e8a34e7ced
commit
591096ce8b
2 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@
|
|||
"devDependencies": {
|
||||
"@types/archiver": "^3.1.0",
|
||||
"@types/bluebird": "^3.5.30",
|
||||
"@types/codemirror": "^0.0.95",
|
||||
"@types/diff-match-patch": "^1.0.32",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/helmet": "^0.0.45",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"sourceMap": true,
|
||||
"lib": ["ES2019"],
|
||||
"lib": ["ES2019", "DOM"],
|
||||
"alwaysStrict": true
|
||||
},
|
||||
"include": ["src"]
|
||||
|
|
Loading…
Reference in a new issue