UNPKG

@atlaskit/ds-explorations

Version:

An experimental package for exploration and validation of spacing / typography foundations.

46 lines (45 loc) 987 B
{ "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": { "baseUrl": "", "composite": true, "outDir": "../../../tsDist/@atlaskit__ds-explorations/app" }, "references": [ { "path": "../primitives/tsconfig.app.json" }, { "path": "../tokens/tsconfig.app.json" }, { "path": "../codegen/tsconfig.app.json" } ] }