/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.26.2
examples/getstarted/jsconfig.json
9 строк
152 B
Alexandre Bodin
fix(admin): load app custom with jsx and allow more extensions
13 ноя 2023, 21:21
13 ноя 2023, 21:21
8ac0ef5
Код
Авторство
О чём код?
{ "compilerOptions": { "jsx": "react", "moduleResolution": "nodenext", "target": "ES2021", "checkJs": true, "allowJs": true } }