tibiadmin-svelte-starter/cypress/tsconfig.json

8 lines
117 B
JSON
Raw Permalink Normal View History

2023-12-24 11:38:32 +01:00
{
"include": ["**/*"],
"exclude": [],
"compilerOptions": {
"preserveValueImports": false
}
}