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

8 lines
141 B
JSON
Raw Normal View History

2024-05-02 19:10:20 +02:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
2024-05-11 15:08:49 +02:00
"jsx": "react-jsx",
2024-05-02 19:10:20 +02:00
},
"include": ["src", "tests", "vite.config.ts"],
}