/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
jsconfig-lint.json
19 строк
482 B
Ryan Christian
types: Correct outdated imports in `jsx-runtime` (#4981)
29 дек 2025, 02:28
Не верифицирован
29 дек 2025, 02:28
bf7a195
Код
Авторство
О чём код?
{ "extends": "./jsconfig.json", "compilerOptions": { // More modern settings as Vite & Vitest require them and TS doesn't allow // silencing errors from `node_modules` alone. "moduleResolution": "Node16", "target": "ES2015", "module": "Node16", "checkJs": false }, "include": [ "src/**/*", "hooks/src/**/*", "compat/**/*.d.ts", "jsx-runtime/**/*.d.ts", "types/**/*.d.ts" ], "exclude": ["**/node_modules/**", "node_modules"] }