@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
66 lines (65 loc) • 1.46 kB
JSON
{
"extends": "../../../tsconfig.base.json",
"include": [
"**/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"
],
"exclude": ["./dist/**/*", "./build/**/*", "./node_modules/**/*"],
"compilerOptions": {
"composite": true,
"outDir": "../../../tsDist/@atlaskit__pragmatic-drag-and-drop-react-beautiful-dnd-migration/dev"
},
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "../../../build/test-tooling/integration-testing/tsconfig.app.json"
},
{
"path": "../../monorepo-tooling/codemod-utils/tsconfig.app.json"
},
{
"path": "../../design-system/motion/tsconfig.app.json"
},
{
"path": "../core/tsconfig.app.json"
},
{
"path": "../hitbox/tsconfig.app.json"
},
{
"path": "../react-beautiful-dnd-autoscroll/tsconfig.app.json"
},
{
"path": "../../design-system/radio/tsconfig.app.json"
},
{
"path": "../../design-system/tokens/tsconfig.app.json"
},
{
"path": "../../../build/test-tooling/visual-regression/tsconfig.app.json"
}
]
}