/
ton-org
/
blueprint
Обзор
Документация
Войти
/
ton-org
/
blueprint
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
tsconfig.json
17 строк
387 B
ilyar
chore: setup test on CI (#265)
13 июн 2025, 15:03
Не верифицирован
13 июн 2025, 15:03
9cb68e6
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2021", "outDir": "dist", "module": "commonjs", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "exclude": [ "**/*.fixture.ts", "**/*.spec.ts" ], "include": ["src/**/*"] }