/
githubmirror
/
stackwise
Обзор
Документация
Войти
/
githubmirror
/
stackwise
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
17 строк
347 B
Silen Naihin
moving files to root
17 фев 2024, 21:26
17 фев 2024, 21:26
7f5dc43
Код
Авторство
О чём код?
{ "extends": "@stackwise-tooling/tsconfig/base.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./*"] }, "plugins": [ { "name": "next" } ], "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": [".", ".next/types/**/*.ts"], "exclude": ["node_modules"] }