Files
flights_web/ClientApp/cypress/tsconfig.json
T

9 lines
154 B
JSON

{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"sourceMap": true,
"types": ["cypress"]
}
}