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