mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-30 11:40:02 -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": {
|
"devDependencies": {
|
||||||
"@types/archiver": "^3.1.0",
|
"@types/archiver": "^3.1.0",
|
||||||
"@types/bluebird": "^3.5.30",
|
"@types/bluebird": "^3.5.30",
|
||||||
|
"@types/codemirror": "^0.0.95",
|
||||||
"@types/diff-match-patch": "^1.0.32",
|
"@types/diff-match-patch": "^1.0.32",
|
||||||
"@types/express": "^4.17.6",
|
"@types/express": "^4.17.6",
|
||||||
"@types/helmet": "^0.0.45",
|
"@types/helmet": "^0.0.45",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"lib": ["ES2019"],
|
"lib": ["ES2019", "DOM"],
|
||||||
"alwaysStrict": true
|
"alwaysStrict": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
|
|
Loading…
Reference in a new issue