@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration
Version:
An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop
49 lines (48 loc) • 1.02 kB
JSON
{
"extends": "../../../tsconfig.base.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": [
"**/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__pragmatic-drag-and-drop-react-beautiful-dnd-migration/app"
},
"references": [
{
"path": "../core/tsconfig.app.json"
},
{
"path": "../hitbox/tsconfig.app.json"
},
{
"path": "../react-beautiful-dnd-autoscroll/tsconfig.app.json"
},
{
"path": "../../design-system/tokens/tsconfig.app.json"
}
],
"files": []
}