1 Star 10 Fork 4

bplok20010 / eval5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
bplok20010 提交于 2020-03-14 22:37 . update
{
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"module": "esnext",
"target": "esnext",
"lib": ["es6", "dom"],
"jsx": "react",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noImplicitThis": false,
"experimentalDecorators": true,
"strictNullChecks": true
},
"include": ["src/**/*"]
}
TypeScript
1
https://gitee.com/bplok20010/eval5.git
git@gitee.com:bplok20010/eval5.git
bplok20010
eval5
eval5
master

搜索帮助