Files
tuono/packages/vite-fs-router/tsconfig.json
T

10 lines
198 B
JSON
Raw Normal View History

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