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

9 lines
195 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": {
2024-04-28 11:12:05 +02:00
"jsx": "react"
}
2024-04-27 10:40:14 +02:00
}