2 Star 0 Fork 0

浏览器 / desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"outDir": "./build/",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"alwaysStrict": true,
"skipLibCheck": true,
"module": "None",
"target": "es2017",
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"lib": ["dom", "esnext"],
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
}
1
https://gitee.com/browsers/desktop.git
git@gitee.com:browsers/desktop.git
browsers
desktop
desktop
master

搜索帮助