/
vibecoder123
/
GraphProcessorFork
Обзор
Документация
Войти
/
vibecoder123
/
GraphProcessorFork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
GraphProcessorFrontend/tsconfig.app.json
13 строк
335 B
Семён Бабушкин
added Vue routing and switched to typescript
12 фев 2026, 17:05
12 фев 2026, 17:05
5990841
Код
Авторство
О чём код?
{ "extends": "@vue/tsconfig/tsconfig.dom.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "exclude": ["src/**/__tests__/*"], "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "noImplicitAny": true, "strict": true, "paths": { "@/*": ["./src/*"] } } }