16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": ["cypress", "@testing-library/cypress", "cypress-file-upload"],
|
|
"lib": ["es2015", "dom"],
|
|
"target": "es5",
|
|
"isolatedModules": false,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"downlevelIteration": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|