summaryrefslogtreecommitdiff
path: root/packages/frontend-embed/src/workers/tsconfig.json
blob: 39ba45ddbb9b8d7781dc1c7925e034a234225b25 (plain)
1
2
3
4
5
6
{
	"compilerOptions": {
		"lib": ["esnext", "webworker"],
		"incremental": true
	}
}