{
	"extends": "../../../tsconfig.base.json",
	"include": [
		"./src/**/*.ts",
		"./src/**/*.tsx",
		"**/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": [],
	"compilerOptions": {
		"composite": true,
		"outDir": "../../../tsDist/@atlaskit__editor-plugin-code-block-advanced/app",
		"isolatedDeclarations": true
	},
	"references": [
		{
			"path": "../adf-schema/tsconfig.app.json"
		},
		{
			"path": "../../design-system/code/tsconfig.app.json"
		},
		{
			"path": "../../../build/website/docs/tsconfig.app.json"
		},
		{
			"path": "../editor-common/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-analytics/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-code-block/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-content-format/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-editor-disabled/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-find-replace/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-selection/tsconfig.app.json"
		},
		{
			"path": "../editor-plugin-selection-marker/tsconfig.app.json"
		},
		{
			"path": "../editor-prosemirror/tsconfig.app.json"
		},
		{
			"path": "../../platform/feature-flags/tsconfig.app.json"
		},
		{
			"path": "../prosemirror-history/tsconfig.app.json"
		},
		{
			"path": "../tmp-editor-statsig/tsconfig.app.json"
		},
		{
			"path": "../../design-system/tokens/tsconfig.app.json"
		}
	]
}
