{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": ".next/production-server/"
},
"include": ["server/**/*.ts"]
}