1 Star 3 Fork 0

Peak Tai / wok-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"strict": true,
"importHelpers": true,
"moduleResolution": "node",
"jsx": "preserve",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noImplicitAny": false,
"baseUrl": ".",
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"exclude": ["node_modules"]
}
TypeScript
1
https://gitee.com/tai/wok-ui.git
git@gitee.com:tai/wok-ui.git
tai
wok-ui
wok-ui
master

搜索帮助