/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
jsconfig.json
21 строка
497 B
Ryan Christian
test: Switch tests to use `.jsx` file extension (#4925)
29 сен 2025, 16:58
Не верифицирован
29 сен 2025, 16:58
8e3e4ce
Код
Авторство
О чём код?
{ "compilerOptions": { "baseUrl": ".", "checkJs": true, "jsx": "react", "jsxFactory": "createElement", "jsxFragmentFactory": "Fragment", "lib": ["dom", "es5"], "moduleResolution": "node", "resolveJsonModule": true, "paths": { "preact": ["."], "preact/*": ["./*"] }, "target": "es5", "noEmit": true, "skipLibCheck": false, "types": ["vitest/globals"] }, "exclude": ["**/node_modules/**", "**/dist/**", "coverage", "demo"] }