From 591096ce8b8cc397e1bd2798885dd3d4987bd19b Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 25 May 2020 23:19:59 +0200 Subject: [PATCH] Add @types/codemirror Signed-off-by: David Mehren --- package.json | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index feccc807c..c65d91459 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 5bff2a5d0..90a04b54c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "sourceMap": true, - "lib": ["ES2019"], + "lib": ["ES2019", "DOM"], "alwaysStrict": true }, "include": ["src"]