This commit is contained in:
joycehle 2019-07-22 21:00:55 -07:00
Родитель 0ad10fd2c4
Коммит 8ecd9815d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
"moduleResolution": "node",
"target": "es6",
"outDir": "./lib",
"lib": ["es6", "dom"],
"lib": ["es6", "dom", "esnext.array"],
"allowJs": true,
"allowSyntheticDefaultImports": true,
"typeRoots": ["./node_modules/@types"]