Skip to content

Commit 1bcceca

Browse files
committed
remove more files from typings for which we have lib.*.d.ts files
1 parent 1c6efa6 commit 1bcceca

4 files changed

+1
-51
lines changed

src/tsconfig.base.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"lib": [
1717
"ES2015",
18+
"ES2018.Promise",
1819
"DOM",
1920
"DOM.Iterable",
2021
"WebWorker.ImportScripts"

src/tsconfig.monaco.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"include": [
1616
"typings/require.d.ts",
1717
"typings/thenable.d.ts",
18-
"typings/lib.es2018.promise.d.ts",
1918
"typings/lib.array-ext.d.ts",
2019
"vs/css.d.ts",
2120
"vs/monaco.d.ts",

src/typings/lib.es2018.promise.d.ts

-27
This file was deleted.

src/typings/lib.webworker.importscripts.d.ts

-23
This file was deleted.

0 commit comments

Comments
 (0)