next/server/tsconfig.json

8 lines
121 B
JSON
Raw Normal View History

2023-09-23 15:58:51 -04:00
{
2023-09-25 19:55:31 -04:00
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"allowJs": true,
"outDir": "../out"
}
2023-09-23 15:58:51 -04:00
}