/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/build-weapp-plugin/tsconfig.json
28 строк
685 B
chenjiajian
docs(examples): 增加开发微信小程序插件的例子,fix #10796
16 фев 2022, 09:00
16 фев 2022, 09:00
f6ab94b
Код
Авторство
О чём код?
{ "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", "jsxFactory": "React.createElement", "allowJs": true, "resolveJsonModule": true, "typeRoots": [ "node_modules/@types" ] }, "include": ["./src", "global.d.ts"], "compileOnSave": false }