/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/custom-tabbar-react/tsconfig.json
31 строка
699 B
chenjiajian
chore: 增加使用自定义 TabBar 的 Demo
24 фев 2022, 15:53
24 фев 2022, 15:53
02db45a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "removeComments": false, "preserveConstEnums": true, "moduleResolution": "node", "experimentalDecorators": true, "noImplicitAny": false, "allowSyntheticDefaultImports": true, "outDir": "lib", "noUnusedLocals": true, "noUnusedParameters": true, "strictNullChecks": true, "sourceMap": true, "baseUrl": ".", "rootDir": ".", "jsx": "react-jsx", "allowJs": true, "resolveJsonModule": true, "typeRoots": [ "node_modules/@types" ] }, "include": ["./src", "global.d.ts"], "exclude": [ "node_modules", "dist" ], "compileOnSave": false }