next/server/tsconfig.json
2023-12-30 16:58:44 -05:00

10 lines
173 B
JSON

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