1 Star 0 Fork 0

xyli9/jsencrypt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
dpronin 提交于 2017-12-20 18:12 . attempts to build library
{
"compilerOptions": {
"module": "esnext",
"target": "es5",
"lib": [ "es2015.promise", "es5", "dom", "scripthost", "es2015.iterable" ],
"sourceMap": true,
"jsx": "react",
"experimentalDecorators": true,
"declaration": true,
"declarationDir": "./declarations",
"noImplicitAny": true,
"noUnusedLocals": true,
"strictNullChecks": false,
"importHelpers": true,
"noEmitHelpers": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"_site",
"declarations"
],
"baseUrl": "."
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xyli9/jsencrypt.git
git@gitee.com:xyli9/jsencrypt.git
xyli9
jsencrypt
jsencrypt
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385