1 Star 0 Fork 1

刘杰 / FreePress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘杰 提交于 2020-05-09 10:48 . init
{
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"allowSyntheticDefaultImports": true,
"lib": ["dom", "es2017"]
},
"include": ["packages/@freepress/theme-blog", "packages/@freepress/theme-default"],
"exclude": ["node_modules", "lib", "es"]
}
JavaScript
1
https://gitee.com/deepsea1989/FreePress.git
git@gitee.com:deepsea1989/FreePress.git
deepsea1989
FreePress
FreePress
master

搜索帮助