/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/jsconfig.json
11 строк
209 B
Alexandre Bodin
chore: refactor rollup utils and move to preserveModule for better tree shaking
20 мар 2025, 11:09
20 мар 2025, 11:09
4bd7b4e
Код
Авторство
О чём код?
{ "compilerOptions": { "jsx": "react", "module": "NodeNext", "moduleResolution": "nodenext", "target": "ES2021", "checkJs": true, "allowJs": true }, "exclude": ["node_modules"] }