19 Star 69 Fork 0

Gitee 极速下载 / wagtail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/wagtail/wagtail
克隆/下载
tsconfig.json 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
LB Johnston 提交于 2024-04-06 15:24 . Update tsconfig to allow json imports
{
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["ES2022", "DOM", "DOM.iterable"],
"moduleResolution": "node",
"noImplicitAny": false, // TODO: Enable once all existing code is typed
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2022"
},
"files": [
"client/src/index.ts",
"client/src/custom.d.ts",
"client/storybook/stories.d.ts"
],
"include": ["src", "wagtail"],
"exclude": [
"node_modules",
"static",
// Files with template syntax.
"wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.js"
]
}
Python
1
https://gitee.com/mirrors/wagtail.git
git@gitee.com:mirrors/wagtail.git
mirrors
wagtail
wagtail
main

搜索帮助