mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 12:34:19 +08:00
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"lib": ["dom", "es2015"],
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"target": "es2017",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|