/
githubmirror
/
solid
Обзор
Документация
Войти
/
githubmirror
/
solid
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.8.21
tsconfig.test.json
17 строк
530 B
Nicholas
Switch test runner from Jest to Vitest (#1609)
26 мар 2023, 06:11
Не верифицирован
26 мар 2023, 06:11
620c763
Код
Авторство
О чём код?
{ "compilerOptions": { "noEmit": true, "target": "esnext", "moduleResolution": "node", "strict": true, "lib": ["dom", "esnext", "dom.iterable"], "jsx": "preserve", // Necessary due to picocolors using weird export syntax. // This can be removed if the following issue gets fixed: // https://github.com/alexeyraspopov/picocolors/issues/50 "allowSyntheticDefaultImports": true, // Allows TS to see the Vitest globals "types": ["vitest/globals"] }, "exclude": ["node_modules"] }