{
	"extends": "../../../tsconfig.base.json",
	"include": [
		"**/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",
		"**/stories.ts",
		"**/stories.tsx",
		"**/stories/*.ts",
		"**/stories/*.tsx",
		"**/stories/**/*.ts",
		"**/stories/**/*.tsx"
	],
	"exclude": ["./dist/**/*", "./build/**/*", "./node_modules/**/*"],
	"compilerOptions": {
		"composite": true,
		"outDir": "../../../tsDist/@atlaskit__editor-plugin-base/dev",
		"isolatedDeclarations": true
	},
	"references": [
		{
			"path": "./tsconfig.app.json"
		},
		{
			"path": "../../../build/website/docs/tsconfig.app.json"
		},
		{
			"path": "../editor-common/tsconfig.app.json"
		},
		{
			"path": "../../design-system/tokens/tsconfig.app.json"
		}
	]
}
