2024-04-27 10:40:14 +02:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"include": ["src", "vite.config.ts", "tests"],
|
|
|
|
|
"exclude": ["tests/test-files/**", "tests/snapshots/**"],
|
|
|
|
|
"compilerOptions": {
|
2024-04-28 11:12:05 +02:00
|
|
|
"jsx": "react"
|
|
|
|
|
}
|
2024-04-27 10:40:14 +02:00
|
|
|
}
|