mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src", "vite.config.ts", "tests"],
|
|
"exclude": ["tests/test-files/**", "tests/snapshots/**"],
|
|
"compilerOptions": {
|
|
"jsx": "react"
|
|
}
|
|
}
|