UNPKG
sickit
Version:
latest (0.0.5)
0.0.5
0.0.3
0.0.2
A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI
sickit
/
templates
/
ts-csr
/
tsconfig.json
14 lines
(13 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"./.svelte-kit/tsconfig.json"
,
"compilerOptions"
:
{
"allowJs"
:
true
,
"checkJs"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
}
}