8 Star 20 Fork 2

Gitee 极速下载 / Ionic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/driftyco/ionic
克隆/下载
tsconfig.json 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"alwaysStrict": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"declaration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"dom",
"es2017"
],
"module": "es2015",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"removeComments": false,
"strictPropertyInitialization": false,
"target": "es2017",
"baseUrl": ".",
"paths": {
"@ionic/core/hydrate": [
"./core/hydrate"
],
"@ionic/core": [
"./core"
],
"@ionic/angular": [
"./angular"
],
"@ionic/angular-server": [
"./packages/angular-server"
],
"@ionic/react": [
"./react"
],
"@ionic/vue": [
"./vue"
]
}
}
}
1
https://gitee.com/mirrors/ionic.git
git@gitee.com:mirrors/ionic.git
mirrors
ionic
Ionic
main

搜索帮助