/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
compat/test/ts/tsconfig.json
17 строк
387 B
jdecroock
Bump biome
28 июл 2025, 11:24
28 июл 2025, 11:24
5608d12
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es6", "module": "es6", "moduleResolution": "node", "lib": ["es6", "dom"], "strict": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "noEmit": true, "allowSyntheticDefaultImports": true, "paths": { "preact": ["../../../src/index.d.ts"] } }, "include": ["./**/*.ts", "./**/*.tsx"] }