{
	"extends": "../../../tsconfig.base.json",
	"include": ["./src/**/*.ts", "./src/**/*.tsx"],
	"exclude": [
		"**/docs/**/*",
		"**/__tests__/**/*",
		"**/vr-tests/**/*",
		"**/__perf__/**/*",
		"**/*.test.*",
		"**/test.*",
		"**/test-*",
		"**/examples.ts",
		"**/examples.tsx",
		"**/examples/*.ts",
		"**/examples/*.tsx",
		"**/examples/**/*.ts",
		"**/examples/**/*.tsx",
		"**/storybook/**/*",
		"**/constellation/**/*",
		".storybook/*",
		"./__fixtures__/**/*",
		"./__generated__/**/*",
		"./mocks/**/*",
		"./__mocks__/**/*",
		"**/mock.*",
		"**/codemods/**/*.ts",
		"**/codemods/**/*.tsx"
	],
	"compilerOptions": {
		"composite": true,
		"outDir": "../../../tsDist/@atlaskit__pragmatic-drag-and-drop-react-beautiful-dnd-migration/app"
	},
	"references": [
		{
			"path": "../core/tsconfig.app.json"
		},
		{
			"path": "../hitbox/tsconfig.app.json"
		},
		{
			"path": "../react-beautiful-dnd-autoscroll/tsconfig.app.json"
		},
		{
			"path": "../../design-system/tokens/tsconfig.app.json"
		}
	],
	"files": []
}
