@atlaskit/editor-plugin-content-format
Version:
ContentFormat plugin for @atlaskit/editor-core
30 lines (29 loc) • 602 B
JSON
{
"extends": "../../../../tsconfig.local-consumption.json",
"compilerOptions": {
"target": "es5",
"outDir": "../../../../../confluence/tsDist/@atlaskit__editor-plugin-content-format",
"rootDir": "../",
"composite": true,
"noCheck": true
},
"include": [
"../src/**/*.ts",
"../src/**/*.tsx"
],
"exclude": [
"../src/**/__tests__/*",
"../src/**/*.test.*",
"../src/**/test.*",
"../src/**/mocks/*",
"../src/**/examples.*"
],
"references": [
{
"path": "../../editor-prosemirror/afm-cc/tsconfig.json"
},
{
"path": "../../editor-common/afm-cc/tsconfig.json"
}
]
}