next/server/tsconfig.json

8 lines
121 B
JSON

{
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"allowJs": true,
"outDir": "../out"
}
}