mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 09:50:33 -04:00
22 lines
563 B
JSON
22 lines
563 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Base tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"incremental": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": true,
|
|
"noErrorTruncation": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"preserveWatchOutput": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|