mirror of
https://github.com/ringtools/ringtools-web-v2.git
synced 2025-02-22 22:25:20 +01:00
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"types": ["cypress"]
|
|
}
|
|
}
|