aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 2dcd4a5804ce1f611cf947fef964464483a9a165 (plain)
1
2
3
4
5
6
7
{
	"extends": "./.svelte-kit/tsconfig.json",
	"compilerOptions": {
		"resolveJsonModule": true,
		"esModuleInterop": true
	}
}