Skip to content

Commit 4f8cfd4

Browse files
committed
Fix tsconfig.json
1 parent d96d3b8 commit 4f8cfd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"include": [
88
"src/*.ts",
99
"test/*.ts",
10-
"lib/*.d.ts",
10+
"lib/*.d.ts"
11+
],
12+
"files": [
1113
"node_modules/monaco-editor-core/monaco.d.ts"
1214
]
1315
}

0 commit comments

Comments
 (0)