@atlaskit/editor-plugin-show-diff
Version:
ShowDiff plugin for @atlaskit/editor-core
18 lines (17 loc) • 343 B
JSON
{
"extends": "../../../tsconfig.json",
"include": [
"__tests__/**/*.ts",
"__tests__/**/*.tsx",
"examples/**/*.ts",
"examples/**/*.tsx",
"src/**/*.ts",
"src/**/*.tsx",
"**/stories.ts",
"**/stories.tsx",
"**/stories/*.ts",
"**/stories/*.tsx",
"**/stories/**/*.ts",
"**/stories/**/*.tsx"
]
}