3 Star 0 Fork 0

a20070322/i18n-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
a20070322 提交于 2024-06-06 16:08 . 暂存
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'^.+\\.ts?$': 'ts-jest',
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.js?$': 'babel-jest',
'^.+\\.jsx?$': 'babel-jest',
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a20070322/i18n-tools.git
git@gitee.com:a20070322/i18n-tools.git
a20070322
i18n-tools
i18n-tools
main

搜索帮助