@atlaskit/range
Version:
A range lets users choose an approximate value on a slider.
45 lines (44 loc) • 954 B
JSON
{
"extends": "../../../../tsconfig.local-consumption.json",
"compilerOptions": {
"outDir": "../../../../../tsDist/@atlaskit__range/app",
"rootDir": "../",
"composite": true,
"noCheck": true
},
"include": [
"../src/**/*.ts",
"../src/**/*.tsx"
],
"exclude": [
"../src/**/__tests__/*",
"../src/**/*.test.*",
"../src/**/test.*",
"../src/**/examples.*",
"../src/**/examples/*",
"../src/**/examples/**/*",
"../src/**/*.stories.*",
"../src/**/stories/*",
"../src/**/stories/**/*"
],
"references": [
{
"path": "../../css/afm-products/tsconfig.json"
},
{
"path": "../../ds-lib/afm-products/tsconfig.json"
},
{
"path": "../../../platform/feature-flags/afm-products/tsconfig.json"
},
{
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
},
{
"path": "../../theme/afm-products/tsconfig.json"
},
{
"path": "../../tokens/afm-products/tsconfig.json"
}
]
}