console/cypress/tsconfig.json

14 lines
344 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es2021",
"lib": ["es2021", "dom"],
2026-02-23 10:19:12 +00:00
"types": ["node", "cypress"],
"baseUrl": "..",
"paths": {
"@hive/api/*": ["./packages/services/api/src/*"],
"@hive/server/*": ["./packages/services/server/src/*"]
}
},
"include": ["**/*.ts", "../integration-tests/testkit/**/*.ts"]
}