mirror of
https://github.com/Aviortheking/nextjs-clone.git
synced 2025-04-22 10:52:12 +00:00
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": [],
|
|
"include": [
|
|
"src/pages"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"outDir": "dist/server/pages",
|
|
}
|
|
} |