/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/v4/tsconfig.scripts.json
14 строк
366 B
shadcn
(5/n) shadcn: migrate all components and blocks (#6567)
04 фев 2025, 23:15
Не верифицирован
04 фев 2025, 23:15
e516481
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "target": "ES2017", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "isolatedModules": false, "allowImportingTsExtensions": true }, "include": ["scripts/**/*.{ts,mts}"], "exclude": ["node_modules"] }