@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
20 lines (19 loc) • 328 B
JSON
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./"
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"./docs/**/*.ts",
"./docs/**/*.tsx",
"test-helpers/**/*.ts",
"test-helpers/**/*.tsx",
"codemods"
],
"exclude": [
"node_modules",
"src/json-schema"
]
}