/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/tsconfig.json
31 строка
817 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
{ "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"], "paths": { "@/styles/*": ["./src/styles/*"], "@/util/*": ["./src/util/*"], "@/assets/*": ["./src/assets/*"], "@/components/*": ["./src/components/*"] } }, "include": ["./src", "./types"], "compileOnSave": false }