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