/
githubmirror
/
solid
Обзор
Документация
Войти
/
githubmirror
/
solid
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.test.json
18 строк
560 B
Ryan Carniato
update deps
08 окт 2024, 02:52
08 окт 2024, 02:52
e153a46
Код
Авторство
О чём код?
{ "compilerOptions": { "noEmit": true, "target": "ESNext", "module": "NodeNext", "moduleResolution": "NodeNext", "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"] }