/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/ts/tsconfig.json
21 строка
522 B
James Garbutt
chore: migrate from mocha to vitest
24 июн 2025, 14:58
24 июн 2025, 14:58
956383a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es6", "module": "es6", "moduleResolution": "node", "lib": ["es6", "dom"], "strict": true, "typeRoots": ["../../", "../../node_modules"], "types": ["vitest/globals"], "forceConsistentCasingInFileNames": true, "jsx": "react", "jsxFactory": "createElement", "jsxFragmentFactory": "Fragment", "skipLibCheck": true, "paths": { "preact": ["../../"], "preact/*": ["../../*"] } }, "include": ["./**/*.ts", "./**/*.tsx"] }