1 Star 0 Fork 42

vincent / gridea

forked from fehey / gridea 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
EryouHao 提交于 2019-01-02 13:47 . feat: update project struct
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"skipLibCheck": true,
"allowJs": true,
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
],
"*": ["node_modules/*"]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules",
"node_modules/gray-matter/gray-matter.d.ts"
]
}
TypeScript
1
https://gitee.com/myn_wsc/gridea.git
git@gitee.com:myn_wsc/gridea.git
myn_wsc
gridea
gridea
master

搜索帮助