{
	"extends": "./../../tsconfig.base.json",
	"compilerOptions": {
		"composite": true,
		"outDir": "dist",
		"rootDir": "src"
	},
	"include": ["src"],
	"references": [
		{
			"path": "../terra-draw"
		}
	]
}
