my-notes-viewer/cypress/tsconfig.json

8 lines
117 B
JSON
Raw Permalink Normal View History

2022-02-26 11:39:25 +01:00
{
2022-02-26 17:43:34 +01:00
"include": ["**/*"],
"exclude": [],
2022-02-26 11:39:25 +01:00
"compilerOptions": {
"preserveValueImports": false
}
}