{
	"extends": "../../../../tsconfig.local-consumption.json",
	"compilerOptions": {
		"target": "es5",
		"outDir": "../../../../../confluence/tsDist/@atlaskit__editor-plugin-show-diff",
		"rootDir": "../",
		"composite": true,
		"noCheck": true
	},
	"include": [
		"../src/**/*.ts",
		"../src/**/*.tsx"
	],
	"exclude": [
		"../src/**/__tests__/*",
		"../src/**/*.test.*",
		"../src/**/test.*",
		"../src/**/examples.*"
	],
	"references": [
		{
			"path": "../../adf-schema/afm-cc/tsconfig.json"
		},
		{
			"path": "../../custom-steps/afm-cc/tsconfig.json"
		},
		{
			"path": "../../editor-plugin-analytics/afm-cc/tsconfig.json"
		},
		{
			"path": "../../editor-prosemirror/afm-cc/tsconfig.json"
		},
		{
			"path": "../../editor-tables/afm-cc/tsconfig.json"
		},
		{
			"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
		},
		{
			"path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
		},
		{
			"path": "../../../design-system/tokens/afm-cc/tsconfig.json"
		},
		{
			"path": "../../editor-common/afm-cc/tsconfig.json"
		}
	]
}
