Co-Authored-By: Keith Cirkel <keithamus@users.noreply.github.com>
This commit is contained in:
Kristján Oddsson 2019-11-13 11:46:15 +00:00
Родитель 9e7cbb61c3
Коммит 8a6a38ad95
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F5C58CF9F8FE5D63
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "esnext",
"target": "es2018",
"target": "es5",
"strict": true,
"declaration": true,
"outDir": "dist",