/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-cli/tsconfig.json
14 строк
286 B
vasily
Feat/taro plugin generator (#17886)
26 июн 2025, 16:39
Не верифицирован
26 июн 2025, 16:39
d93fa03
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.root.json", "compilerOptions": { "baseUrl": ".", "outDir": "dist", "rootDir": "./src", "module": "commonjs", "sourceMap": true, "declaration": true, "types": [] }, "include": ["./src"], "exclude": ["./src/__tests__"] }