9 Star 31 Fork 2

小为/timeago.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2019-10-13 08:02 +08:00 . build: build esm module
{
"compilerOptions": {
"target": "es5",
"jsx": "preserve",
"moduleResolution": "node",
"experimentalDecorators": true,
"declaration": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"pretty": true,
"lib": ["dom", "esnext"],
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hustcc/timeago.js.git
git@gitee.com:hustcc/timeago.js.git
hustcc
timeago.js
timeago.js
master

搜索帮助