3 Star 0 Fork 0

mirrors_EOSIO/eosio-reference-chrome-extension-authenticator-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lucas Fonseca 提交于 2019-03-16 02:07 +08:00 . first commit
{
"compilerOptions": {
"outDir": "build",
"module": "esnext",
"target": "es5",
"lib": ["es7", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"baseUrl": "./src",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"downlevelIteration": true,
},
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts",
"background"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_EOSIO/eosio-reference-chrome-extension-authenticator-app.git
git@gitee.com:mirrors_EOSIO/eosio-reference-chrome-extension-authenticator-app.git
mirrors_EOSIO
eosio-reference-chrome-extension-authenticator-app
eosio-reference-chrome-extension-authenticator-app
master

搜索帮助