/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.root.json
16 строк
393 B
Zakary
fix: cli build mini-app
28 июн 2022, 17:52
28 июн 2022, 17:52
edf0fe5
Код
Авторство
О чём код?
{ "compileOnSave": true, "compilerOptions": { "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "moduleResolution": "node", "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": true, "removeComments": false, "resolveJsonModule": true, "skipLibCheck": true, "strictNullChecks": true, "target": "ES2015" } }