/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.0
tsconfig.base.json
20 строк
418 B
Labhansh Agrawal
Update tsconfig target to ES2020
07 апр 2021, 15:13
07 апр 2021, 15:13
ef8350a
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": true, "checkJs": false, "composite": true, "esModuleInterop": true, "jsx": "react", "module": "commonjs", "moduleResolution": "node", "preserveConstEnums": true, "removeComments": false, "resolveJsonModule": true, "sourceMap": true, "strict": true, "target": "ES2020", "typeRoots": [ "./node_modules/@types" ] } }