@atlaskit/analytics-namespaced-context 7.1.0 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/analytics-namespaced-context
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`42bd907443147`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42bd907443147) -
8
+ NO-ISSUE Ensures INP metrics and other analytics account for max appearance
9
+
3
10
  ## 7.1.0
4
11
 
5
12
  ### Minor Changes
@@ -388,7 +395,6 @@
388
395
 
389
396
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
390
397
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
391
-
392
398
  - @atlaskit/docs@8.3.2
393
399
  - @atlaskit/analytics-next@6.3.5
394
400
  - @atlaskit/analytics-listeners@6.2.3
@@ -510,12 +516,10 @@ Bumped dependencies.
510
516
  safety. Flow types are no longer provided. No behavioural changes.
511
517
 
512
518
  **Breaking changes**
513
-
514
519
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
515
520
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
516
521
 
517
522
  **Breaking changes to TypeScript annotations**
518
-
519
523
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
520
524
  props as a generic type.
521
525
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -556,7 +560,6 @@ Bumped dependencies.
556
560
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
557
561
 
558
562
  In this PR, we are:
559
-
560
563
  - Re-introducing dist build folders
561
564
  - Adding back cjs
562
565
  - Replacing es5 by cjs and es2015 by esm
@@ -591,39 +594,33 @@ Bumped dependencies.
591
594
  ## 4.1.0
592
595
 
593
596
  - [minor][f53003a5ed](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f53003a5ed):
594
-
595
597
  - ED-6741 Add 'appearance' to all editor analytics events
596
598
 
597
599
  ## 4.0.0
598
600
 
599
601
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
600
-
601
602
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
602
603
  this package, please ensure you use at least this version of react and react-dom.
603
604
 
604
605
  ## 3.0.3
605
606
 
606
607
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
607
-
608
608
  - Bump tslib
609
609
 
610
610
  ## 3.0.2
611
611
 
612
612
  - [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
613
-
614
613
  - @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
615
614
  supplied from itself.
616
615
 
617
616
  ## 3.0.1
618
617
 
619
618
  - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
620
-
621
619
  - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
622
620
 
623
621
  ## 3.0.0
624
622
 
625
623
  - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
626
-
627
624
  - Dropped ES5 distributables from the typescript packages
628
625
 
629
626
  ## 2.2.1
@@ -637,7 +634,6 @@ Bumped dependencies.
637
634
  ## 2.2.0
638
635
 
639
636
  - [minor][8c65a38bfc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c65a38bfc):
640
-
641
637
  - enable noImplicitAny for elements analytics packages. Fix related issues.
642
638
 
643
639
  ## 2.1.5
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__analytics-namespaced-context/app",
6
+ "outDir": "../../../../../jira/tsDist/@atlaskit__analytics-namespaced-context/app",
7
7
  "rootDir": "../",
8
8
  "composite": true
9
9
  },
@@ -1,9 +1,9 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../volt/tsDist/@atlaskit__analytics-namespaced-context/app",
6
+ "outDir": "../../../../../tsDist/@atlaskit__analytics-namespaced-context/app",
7
7
  "rootDir": "../",
8
8
  "composite": true
9
9
  },
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "references": [
26
26
  {
27
- "path": "../../analytics-next/afm-volt/tsconfig.json"
27
+ "path": "../../analytics-next/afm-products/tsconfig.json"
28
28
  }
29
29
  ]
30
30
  }
@@ -13,6 +13,7 @@ var EDITOR_APPEARANCE_CONTEXT = exports.EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*
13
13
  EDITOR_APPEARANCE_CONTEXT["COMMENT"] = "comment";
14
14
  EDITOR_APPEARANCE_CONTEXT["CHROMELESS"] = "chromeless";
15
15
  EDITOR_APPEARANCE_CONTEXT["MOBILE"] = "mobile";
16
+ EDITOR_APPEARANCE_CONTEXT["MAX"] = "max";
16
17
  return EDITOR_APPEARANCE_CONTEXT;
17
18
  }({});
18
19
  var FabricEditorAnalyticsContext = exports.FabricEditorAnalyticsContext = (0, _createNamespaceContext.default)(EDITOR_CONTEXT, 'FabricEditorAnalyticsContext');
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.RovoExtensionAnalyticsContext = exports.ROVO_EXTENSION_CONTEXT = void 0;
8
+ var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
9
+ var ROVO_EXTENSION_CONTEXT = exports.ROVO_EXTENSION_CONTEXT = 'rovoExtensionCtx';
10
+ var RovoExtensionAnalyticsContext = exports.RovoExtensionAnalyticsContext = (0, _createNamespaceContext.default)(ROVO_EXTENSION_CONTEXT, 'RovoExtensionAnalyticsContext');
package/dist/cjs/index.js CHANGED
@@ -165,12 +165,24 @@ Object.defineProperty(exports, "RECENT_WORK_CONTEXT", {
165
165
  return _RecentWorkAnalyticsContext.RECENT_WORK_CONTEXT;
166
166
  }
167
167
  });
168
+ Object.defineProperty(exports, "ROVO_EXTENSION_CONTEXT", {
169
+ enumerable: true,
170
+ get: function get() {
171
+ return _RovoExtensionAnalyticsContext.ROVO_EXTENSION_CONTEXT;
172
+ }
173
+ });
168
174
  Object.defineProperty(exports, "RecentWorkAnalyticsContext", {
169
175
  enumerable: true,
170
176
  get: function get() {
171
177
  return _RecentWorkAnalyticsContext.RecentWorkAnalyticsContext;
172
178
  }
173
179
  });
180
+ Object.defineProperty(exports, "RovoExtensionAnalyticsContext", {
181
+ enumerable: true,
182
+ get: function get() {
183
+ return _RovoExtensionAnalyticsContext.RovoExtensionAnalyticsContext;
184
+ }
185
+ });
174
186
  Object.defineProperty(exports, "TOWNSQUARE_HOME_CONTEXT", {
175
187
  enumerable: true,
176
188
  get: function get() {
@@ -197,4 +209,5 @@ var _PostOfficeAnalyticsContext = require("./PostOfficeAnalyticsContext");
197
209
  var _AIMateAnalyticsContext = require("./AIMateAnalyticsContext");
198
210
  var _AVPAnalyticsContext = require("./AVPAnalyticsContext");
199
211
  var _GrowthAnalyticsContext = require("./GrowthAnalyticsContext");
200
- var _OmniChannelAnalyticsContext = require("./OmniChannelAnalyticsContext");
212
+ var _OmniChannelAnalyticsContext = require("./OmniChannelAnalyticsContext");
213
+ var _RovoExtensionAnalyticsContext = require("./RovoExtensionAnalyticsContext");
@@ -6,6 +6,7 @@ export let EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*/function (EDITOR_APPEARANCE_
6
6
  EDITOR_APPEARANCE_CONTEXT["COMMENT"] = "comment";
7
7
  EDITOR_APPEARANCE_CONTEXT["CHROMELESS"] = "chromeless";
8
8
  EDITOR_APPEARANCE_CONTEXT["MOBILE"] = "mobile";
9
+ EDITOR_APPEARANCE_CONTEXT["MAX"] = "max";
9
10
  return EDITOR_APPEARANCE_CONTEXT;
10
11
  }({});
11
12
  export const FabricEditorAnalyticsContext = createNamespaceContext(EDITOR_CONTEXT, 'FabricEditorAnalyticsContext');
@@ -0,0 +1,3 @@
1
+ import createNamespaceContext from './helper/createNamespaceContext';
2
+ export const ROVO_EXTENSION_CONTEXT = 'rovoExtensionCtx';
3
+ export const RovoExtensionAnalyticsContext = createNamespaceContext(ROVO_EXTENSION_CONTEXT, 'RovoExtensionAnalyticsContext');
@@ -12,4 +12,5 @@ export { POST_OFFICE_CONTEXT, PostOfficeAnalyticsContext } from './PostOfficeAna
12
12
  export { AI_MATE_CONTEXT, AIMateAnalyticsContext } from './AIMateAnalyticsContext';
13
13
  export { AVP_CONTEXT, AVPAnalyticsContext } from './AVPAnalyticsContext';
14
14
  export { GROWTH_CONTEXT, GrowthAnalyticsContext } from './GrowthAnalyticsContext';
15
- export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
15
+ export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
16
+ export { ROVO_EXTENSION_CONTEXT, RovoExtensionAnalyticsContext } from './RovoExtensionAnalyticsContext';
@@ -6,6 +6,7 @@ export var EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*/function (EDITOR_APPEARANCE_
6
6
  EDITOR_APPEARANCE_CONTEXT["COMMENT"] = "comment";
7
7
  EDITOR_APPEARANCE_CONTEXT["CHROMELESS"] = "chromeless";
8
8
  EDITOR_APPEARANCE_CONTEXT["MOBILE"] = "mobile";
9
+ EDITOR_APPEARANCE_CONTEXT["MAX"] = "max";
9
10
  return EDITOR_APPEARANCE_CONTEXT;
10
11
  }({});
11
12
  export var FabricEditorAnalyticsContext = createNamespaceContext(EDITOR_CONTEXT, 'FabricEditorAnalyticsContext');
@@ -0,0 +1,3 @@
1
+ import createNamespaceContext from './helper/createNamespaceContext';
2
+ export var ROVO_EXTENSION_CONTEXT = 'rovoExtensionCtx';
3
+ export var RovoExtensionAnalyticsContext = createNamespaceContext(ROVO_EXTENSION_CONTEXT, 'RovoExtensionAnalyticsContext');
package/dist/esm/index.js CHANGED
@@ -12,4 +12,5 @@ export { POST_OFFICE_CONTEXT, PostOfficeAnalyticsContext } from './PostOfficeAna
12
12
  export { AI_MATE_CONTEXT, AIMateAnalyticsContext } from './AIMateAnalyticsContext';
13
13
  export { AVP_CONTEXT, AVPAnalyticsContext } from './AVPAnalyticsContext';
14
14
  export { GROWTH_CONTEXT, GrowthAnalyticsContext } from './GrowthAnalyticsContext';
15
- export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
15
+ export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
16
+ export { ROVO_EXTENSION_CONTEXT, RovoExtensionAnalyticsContext } from './RovoExtensionAnalyticsContext';
@@ -6,7 +6,8 @@ export declare enum EDITOR_APPEARANCE_CONTEXT {
6
6
  FULL_WIDTH = "fullWidth",
7
7
  COMMENT = "comment",
8
8
  CHROMELESS = "chromeless",
9
- MOBILE = "mobile"
9
+ MOBILE = "mobile",
10
+ MAX = "max"
10
11
  }
11
12
  type FabricEditorAnalyticsContextProps = Props & {
12
13
  data: {
@@ -0,0 +1,4 @@
1
+ import { type FunctionComponent } from 'react';
2
+ import { type Props } from './helper/createNamespaceContext';
3
+ export declare const ROVO_EXTENSION_CONTEXT = "rovoExtensionCtx";
4
+ export declare const RovoExtensionAnalyticsContext: FunctionComponent<Props>;
@@ -6,10 +6,11 @@ export { PEOPLE_TEAMS_CONTEXT, PeopleTeamsAnalyticsContext } from './PeopleTeams
6
6
  export { NOTIFICATIONS_CONTEXT, NotificationsAnalyticsContext, } from './NotificationsAnalyticsContext';
7
7
  export { RECENT_WORK_CONTEXT, RecentWorkAnalyticsContext } from './RecentWorkAnalyticsContext';
8
8
  export { ATLAS_CONTEXT, AtlasAnalyticsContext } from './AtlasAnalyticsContext';
9
- export { TOWNSQUARE_HOME_CONTEXT, TownsquareHomeAnalyticsContext } from './TownsquareHomeAnalyticsContext';
9
+ export { TOWNSQUARE_HOME_CONTEXT, TownsquareHomeAnalyticsContext, } from './TownsquareHomeAnalyticsContext';
10
10
  export { LINKING_PLATFORM_CONTEXT, LinkingPlatformAnalyticsContext, } from './LinkingPlatformAnalyticsContext';
11
11
  export { POST_OFFICE_CONTEXT, PostOfficeAnalyticsContext } from './PostOfficeAnalyticsContext';
12
12
  export { AI_MATE_CONTEXT, AIMateAnalyticsContext } from './AIMateAnalyticsContext';
13
13
  export { AVP_CONTEXT, AVPAnalyticsContext } from './AVPAnalyticsContext';
14
14
  export { GROWTH_CONTEXT, GrowthAnalyticsContext } from './GrowthAnalyticsContext';
15
15
  export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
16
+ export { ROVO_EXTENSION_CONTEXT, RovoExtensionAnalyticsContext, } from './RovoExtensionAnalyticsContext';
@@ -6,7 +6,8 @@ export declare enum EDITOR_APPEARANCE_CONTEXT {
6
6
  FULL_WIDTH = "fullWidth",
7
7
  COMMENT = "comment",
8
8
  CHROMELESS = "chromeless",
9
- MOBILE = "mobile"
9
+ MOBILE = "mobile",
10
+ MAX = "max"
10
11
  }
11
12
  type FabricEditorAnalyticsContextProps = Props & {
12
13
  data: {
@@ -0,0 +1,4 @@
1
+ import { type FunctionComponent } from 'react';
2
+ import { type Props } from './helper/createNamespaceContext';
3
+ export declare const ROVO_EXTENSION_CONTEXT = "rovoExtensionCtx";
4
+ export declare const RovoExtensionAnalyticsContext: FunctionComponent<Props>;
@@ -6,10 +6,11 @@ export { PEOPLE_TEAMS_CONTEXT, PeopleTeamsAnalyticsContext } from './PeopleTeams
6
6
  export { NOTIFICATIONS_CONTEXT, NotificationsAnalyticsContext, } from './NotificationsAnalyticsContext';
7
7
  export { RECENT_WORK_CONTEXT, RecentWorkAnalyticsContext } from './RecentWorkAnalyticsContext';
8
8
  export { ATLAS_CONTEXT, AtlasAnalyticsContext } from './AtlasAnalyticsContext';
9
- export { TOWNSQUARE_HOME_CONTEXT, TownsquareHomeAnalyticsContext } from './TownsquareHomeAnalyticsContext';
9
+ export { TOWNSQUARE_HOME_CONTEXT, TownsquareHomeAnalyticsContext, } from './TownsquareHomeAnalyticsContext';
10
10
  export { LINKING_PLATFORM_CONTEXT, LinkingPlatformAnalyticsContext, } from './LinkingPlatformAnalyticsContext';
11
11
  export { POST_OFFICE_CONTEXT, PostOfficeAnalyticsContext } from './PostOfficeAnalyticsContext';
12
12
  export { AI_MATE_CONTEXT, AIMateAnalyticsContext } from './AIMateAnalyticsContext';
13
13
  export { AVP_CONTEXT, AVPAnalyticsContext } from './AVPAnalyticsContext';
14
14
  export { GROWTH_CONTEXT, GrowthAnalyticsContext } from './GrowthAnalyticsContext';
15
15
  export { OMNI_CHANNEL_CONTEXT, OmniChannelAnalyticsContext } from './OmniChannelAnalyticsContext';
16
+ export { ROVO_EXTENSION_CONTEXT, RovoExtensionAnalyticsContext, } from './RovoExtensionAnalyticsContext';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/analytics-namespaced-context",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.adminhub.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../adminhub/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-adminhub/tsconfig.json"
28
- }
29
- ]
30
- }
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../dev-agents/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-dev-agents/tsconfig.json"
28
- }
29
- ]
30
- }
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../passionfruit/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-passionfruit/tsconfig.json"
28
- }
29
- ]
30
- }
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../post-office/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-post-office/tsconfig.json"
28
- }
29
- ]
30
- }
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-rovo-extension/tsconfig.json"
28
- }
29
- ]
30
- }
@@ -1,30 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__analytics-namespaced-context/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../analytics-next/afm-townsquare/tsconfig.json"
28
- }
29
- ]
30
- }