3 Star 2 Fork 8

LearnAngular / learn-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
大漠穷秋 提交于 2023-03-22 21:16 . update Cypress config
{
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es6",
"dom"
],
"mapRoot": "./",
"module": "es6",
"moduleResolution": "node",
"outDir": "../dist/out-tsc",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
]
},
"include": [
"**/*.ts",
"node_modules/cypress"
],
"exclude": [
"cypress/**/*.ts",
"**/*.spec.ts",
"node_modules",
"node_modules/cypress"
]
}
TypeScript
1
https://gitee.com/learn-angular-series/learn-test.git
git@gitee.com:learn-angular-series/learn-test.git
learn-angular-series
learn-test
learn-test
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891