aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/tsconfig.json
blob: d40ba072f318a749efd8a5c440b33fec97eaebe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo",
	"compilerOptions": {
		"baseUrl": ".",
		"paths": {
			"@/*": ["./*"],
			"@lib/*": ["../lib/*"]
		},
		"declaration": true,
		"declarationMap": true
	}
}