next/server/tsconfig.json

12 lines
240 B
JSON
Raw Permalink Normal View History

2023-09-23 15:58:51 -04:00
{
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"allowJs": true,
"outDir": "../out",
"noImplicitAny": false,
"verbatimModuleSyntax": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
2023-09-23 15:58:51 -04:00
}