3 Star 9 Fork 1

罪. / i18n-chain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
罪. 提交于 2020-01-03 10:59 . tests: Use chai instead of expect.js
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["ESNext", "DOM"],
"allowJs": false,
"declaration": true,
"removeComments": false,
"outDir": "./build",
"rootDir": "./",
"jsx": "react",
"importHelpers": true,
"downlevelIteration": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}
TypeScript
1
https://gitee.com/geekact/i18n-chain.git
git@gitee.com:geekact/i18n-chain.git
geekact
i18n-chain
i18n-chain
master

搜索帮助