UNPKG

@atlaskit/editor-plugin-interactivity

Version:

Interactivity plugin for @atlaskit/editor-core

41 lines (40 loc) 902 B
{ "extends": "../../../../tsconfig.local-consumption.json", "include": [ "../src/**/*.ts", "../src/**/*.tsx" ], "exclude": [ "../src/**/__tests__/*", "../src/**/*.test.*", "../src/**/test.*", "../src/**/mocks/*", "../src/**/examples.*" ], "compilerOptions": { "outDir": "../../../../../confluence/tsDist/@atlaskit__editor-plugin-interactivity", "rootDir": "../", "composite": true, "noCheck": true }, "references": [ { "path": "../../../helpers/browser-apis/afm-cc/tsconfig.json" }, { "path": "../../editor-plugin-analytics/afm-cc/tsconfig.json" }, { "path": "../../editor-plugin-context-identifier/afm-cc/tsconfig.json" }, { "path": "../../editor-plugin-editor-viewmode/afm-cc/tsconfig.json" }, { "path": "../../../platform/feature-experiments/afm-cc/tsconfig.json" }, { "path": "../../editor-common/afm-cc/tsconfig.json" } ] }