UNPKG

@atlaskit/editor-plugin-ufo

Version:

Ufo plugin for @atlaskit/editor-core

50 lines (49 loc) 1.03 kB
{ "extends": "../../../tsconfig.base.json", "include": ["./src/**/*.ts", "./src/**/*.tsx"], "exclude": [ "**/*.docs.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" ], "compilerOptions": { "composite": true, "outDir": "../../../tsDist/@atlaskit__editor-plugin-ufo/app", "isolatedDeclarations": true }, "references": [ { "path": "../editor-common/tsconfig.app.json" }, { "path": "../editor-prosemirror/tsconfig.app.json" }, { "path": "../../react-ufo/atlaskit/tsconfig.app.json" }, { "path": "../tmp-editor-statsig/tsconfig.app.json" } ] }