/
githubmirror
/
redux
Обзор
Документация
Войти
/
githubmirror
/
redux
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
12 строк
299 B
Arya Emami
Migrate type tests to Vitest (#4731)
16 авг 2024, 21:29
Не верифицирован
16 авг 2024, 21:29
b59da78
Код
Авторство
О чём код?
{ // For general development and intellisense. // Scans the entire source code against the current TS version // we are using during development. "extends": "./tsconfig.test.json", "compilerOptions": { "allowJs": true, "checkJs": true, "rootDir": "." }, "include": ["."] }