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

6 lines
125 B
JSON
Raw Normal View History

2024-07-08 21:39:00 +02:00
{
"extends": "../../tsconfig.json",
2024-12-01 10:07:35 +01:00
"include": ["src", "tests", "vite.config.ts"],
"exclude": ["tests/generator/**"]
2024-07-08 21:39:00 +02:00
}