/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
tsconfig.base.json
20 строк
418 B
Labhansh Agrawal
use node v18
30 май 2023, 10:22
30 май 2023, 10:22
a3810de
Код
Авторство
О чём код?
{ "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": "ES2022", "typeRoots": [ "./node_modules/@types" ] } }