bb1af8b31c
- Added Cypress as a dependency for end-to-end testing. - Introduced new npm scripts for running Cypress tests and starting the development server for testing. - Updated package-lock.json to reflect the new dependencies and their versions.
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM"],
|
|
"types": ["cypress", "node"],
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"strict": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.d.ts"]
|
|
}
|