1 Star 0 Fork 0

浏览器 / websql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
傅长路 提交于 2020-09-24 18:00 . 初始化
{
"compilerOptions": {
"target": "esnext",
"module": "ES6",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
],
"@static/*":[
"static/"
]
},
"lib": [
"ES6",
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.js",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/browsers/websql.git
git@gitee.com:browsers/websql.git
browsers
websql
websql
master

搜索帮助