OpenPanel/packages/react-router-v6/tsconfig.json

9 lines
160 B
JSON
Raw Permalink Normal View History

2024-05-08 17:58:53 +00:00
{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "src",
"baseUrl": ""
}
}