ringtools-web-v2/cypress/tsconfig.json
2022-01-17 19:06:36 +01:00

8 lines
139 B
JSON

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