@atlaskit/editor-plugin-code-block-advanced
Version:
CodeBlockAdvanced plugin for @atlaskit/editor-core
80 lines (79 loc) • 1.73 kB
JSON
{
"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-code-block-advanced/app",
"isolatedDeclarations": true
},
"references": [
{
"path": "../adf-schema/tsconfig.app.json"
},
{
"path": "../../design-system/code/tsconfig.app.json"
},
{
"path": "../editor-common/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"
}
]
}