1 Star 0 Fork 258

guduhanyan / third_party_jsframework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 00:30 . update OpenHarmony 2.0 Canary
{
"compileOnSave": false,
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"module": "commonjs",
"target": "es5",
"types": [
"node"
],
"typeRoots": [
"./node_modules/@types"
],
"lib": [
"es2015"
]
},
"include": [
"runtime/**/*.ts"
],
"exclude": [
"node_modules"
],
"ts-node": {
"logError": true
}
}
1
https://gitee.com/jessePrj/third_party_jsframework.git
git@gitee.com:jessePrj/third_party_jsframework.git
jessePrj
third_party_jsframework
third_party_jsframework
master

搜索帮助