☙◦ The Tablet ❀ GamerGirlandCo ◦❧
0d6acdf174
enable `esmoduleinterop` and `allowsyntheticdefaultimports`
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"extends": "../.nuxt/tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "../out",
|
|
"noImplicitAny": false,
|
|
"verbatimModuleSyntax": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|