From 4f8cfd44b3abcacdab4a0a9c167f28e7117df4e5 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 6 Oct 2016 16:59:26 +0200 Subject: [PATCH] Fix tsconfig.json --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 27ff28df..b02af734 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,9 @@ "include": [ "src/*.ts", "test/*.ts", - "lib/*.d.ts", + "lib/*.d.ts" + ], + "files": [ "node_modules/monaco-editor-core/monaco.d.ts" ] } \ No newline at end of file