aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 4734c1653b9f11f809acf9ba67e20d24a0bceb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"extends": "./.svelte-kit/tsconfig.json",
	"compilerOptions": {
		"allowJs": true,
		"checkJs": true,
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"resolveJsonModule": true,
		"sourceMap": true,
		"strict": true
	},
	"types": ["vite/client"]
}