Skip to content

Commit 4c20c4a

Browse files
hiranya911BorntraegerMarc
authored andcommitted
fix: Adding es2018 libraries to the build (firebase#1079)
1 parent af6f08b commit 4c20c4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/integration/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"moduleResolution": "node",
55
"target": "es5",
66
"noImplicitAny": false,
7-
"lib": ["es2015"],
7+
"lib": ["es2018"],
88
"outDir": "lib",
99
"typeRoots": [
1010
"node_modules/@types"

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"strictNullChecks": true,
1313
"strictFunctionTypes": true,
1414
//"strictPropertyInitialization": true,
15-
"lib": ["es2015"],
15+
"lib": ["es2018"],
1616
"outDir": "lib",
17-
// We manually craft typings in src/index.d.ts instead of auto-generating them.
18-
// "declaration": true,
1917
"rootDir": "."
2018
},
2119
"files": [

0 commit comments

Comments
 (0)