mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src", "vite.config.ts", "tests"],
|
|
"exclude": ["tests/test-files/**", "tests/snapshots/**"],
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
},
|
|
}
|
|
|