UNPKG
create-swift-simplify-nextjs-supabase-starter
Version:
latest (0.1.6)
1.1.10
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
A simple CLI to create a Next.js 15 + Supabase project
create-swift-simplify-nextjs-supabase-starter
/
tsconfig.json
11 lines
(10 loc)
•
188 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"NodeNext"
,
"outDir"
:
"dist"
,
"rootDir"
:
"./"
,
"moduleResolution"
:
"NodeNext"
,
"esModuleInterop"
:
true
}
}