chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"outDir": "out-tsc",
|
||||
"allowJs": true,
|
||||
"types": ["cypress", "node"],
|
||||
"typeRoots": [
|
||||
"../../node_modules/@types",
|
||||
"../../node_modules/.pnpm/cypress@14.3.0/node_modules/cypress/types"
|
||||
],
|
||||
"lib": ["DOM"]
|
||||
},
|
||||
"files": [],
|
||||
"include": [
|
||||
"cypress.config.ts",
|
||||
"cypress-watch-mode.config.ts",
|
||||
"cypress-release.config.ts",
|
||||
"cypress-release-static.config.ts",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.js",
|
||||
"src/**/*.json"
|
||||
],
|
||||
"references": [],
|
||||
"exclude": ["out-tsc"]
|
||||
}
|
||||
Reference in New Issue
Block a user