OpenPanel/packages/nextjs-router/tsconfig.json

9 lines
163 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": "."
}
}