/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.1
tsconfig.base.json
20 строк
418 B
Labhansh Agrawal
Update tsconfig target to ES2021
07 фев 2022, 13:22
07 фев 2022, 13:22
d72d246
Код
Авторство
О чём код?
{ "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": "ES2021", "typeRoots": [ "./node_modules/@types" ] } }