aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: f98dd46d927b3922b2d7fbe4eb96dbf46d9a41ec (plain) (blame)
1
2
3
4
5
6
7
8
{
		"extends": "@tsconfig/svelte/tsconfig.json",
		"compilerOptions": {
			"lib": ["DOM", "ES2017", "WebWorker"]
		},
		"include": ["src/**/*", "src/node_modules/**/*"],
		"exclude": ["node_modules/*", "__sapper__/*", "static/*"]
	}