/
githubmirror
/
solid
Обзор
Документация
Войти
/
githubmirror
/
solid
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.8.18
tsconfig.json
14 строк
315 B
Nicholas
Switch test runner from Jest to Vitest (#1609)
26 мар 2023, 06:11
Не верифицирован
26 мар 2023, 06:11
620c763
Код
Авторство
О чём код?
{ "compilerOptions": { "emitDeclarationOnly": true, "declaration": true, "target": "esnext", "newLine": "LF", "moduleResolution": "node", "strict": true, "jsx": "preserve", // Allows TS to see the Vitest globals "types": ["vitest/globals"] }, "exclude": ["node_modules"] }