OpenPanel/packages/nextjs-router/tsconfig.json

9 lines
163 B
JSON
Raw Normal View History

2024-02-05 09:23:04 +00:00
{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "."
}
}