notebooks/components/crud-web-apps/jupyter/frontend/cypress/tsconfig.json

10 lines
158 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"]
},
"include": ["**/*.ts"]
}