SupabaseS
Supabase4y ago
83 replies
Fez

How do you configure compiler options when deploying?

getting compiler errors when deploying that dont show locally, my deno.json looks like this:

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"inlineSourceMap": true,
"isolatedModules": true,
"jsx": "react",
"lib": ["deno.window"],
"module": "esnext",
"moduleDetection": "force",
"target": "esnext",
"useDefineForClassFields": true,
"strictNullChecks": false,
"strictFunctionTypes": false,
"noUncheckedIndexedAccess": true
}
}
>
unknown.png
Was this page helpful?