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