Files
cypress/packages/data-context/tsconfig.json

18 lines
301 B
JSON

{
"extends": "../ts/tsconfig.json",
"include": ["src"],
"exclude": [
"script"
],
"files": [
"./../ts/index.d.ts"
],
"compilerOptions": {
"lib": ["esnext"],
"allowJs": false,
"noImplicitAny": true,
"noUncheckedIndexedAccess": true,
"types": ["cypress"],
}
}