返回 slidev
tsconfig.json
根目录 / cypress / tsconfig.json
1 {
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "types": ["cypress"],
5 "noEmit": true
6 },
7 "include": [
8 "../node_modules/cypress",
9 "./**/*.ts"
10 ]
11 }
12
12 lines JSON