3 Star 2 Fork 8

LearnAngular/learn-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.app.json 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
大漠穷秋 提交于 2023-03-22 21:16 . update Cypress config
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts",
],
"include": [
"**/*.d.ts",
],
"exclude": [
"cypress/**/*.ts",
"**/*.spec.ts",
"node_modules",
"node_modules/cypress"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/learn-angular-series/learn-test.git
[email protected]:learn-angular-series/learn-test.git
learn-angular-series
learn-test
learn-test
master

搜索帮助