@atlaskit/editor-plugin-base
Version:
Base plugin for @atlaskit/editor-core
61 lines (60 loc) • 1.29 kB
JSON
{
"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__editor-plugin-base/app",
"isolatedDeclarations": true
},
"references": [
{
"path": "../adf-schema/tsconfig.app.json"
},
{
"path": "../editor-common/tsconfig.app.json"
},
{
"path": "../editor-plugin-context-identifier/tsconfig.app.json"
},
{
"path": "../editor-plugin-feature-flags/tsconfig.app.json"
},
{
"path": "../editor-prosemirror/tsconfig.app.json"
},
{
"path": "../../measurement/feature-gate-js-client/tsconfig.app.json"
},
{
"path": "../prosemirror-history/tsconfig.app.json"
},
{
"path": "../tmp-editor-statsig/tsconfig.app.json"
}
]
}