@elliemae/pui-cli 8.34.1 → 8.34.2

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.
@@ -34,7 +34,7 @@ exports.tsBaseConfig = {
34
34
  plugins: ['@typescript-eslint'].concat(basePlugins),
35
35
  parserOptions: {
36
36
  tsconfigRootDir: process.cwd(),
37
- project: 'tsconfig.json',
37
+ project: true,
38
38
  },
39
39
  settings: {
40
40
  'import/resolver': {
@@ -34,7 +34,7 @@ exports.tsBaseConfig = {
34
34
  plugins: ['@typescript-eslint'].concat(basePlugins),
35
35
  parserOptions: {
36
36
  tsconfigRootDir: process.cwd(),
37
- project: 'tsconfig.json',
37
+ project: true,
38
38
  },
39
39
  settings: {
40
40
  'import/resolver': {
@@ -25,7 +25,7 @@ export namespace tsBaseConfig {
25
25
  let plugins: string[];
26
26
  namespace parserOptions {
27
27
  let tsconfigRootDir: string;
28
- let project: string;
28
+ let project: boolean;
29
29
  }
30
30
  let settings: {
31
31
  'import/resolver': {
@@ -75,7 +75,7 @@ export const tsConfig: {
75
75
  plugins: string[];
76
76
  parserOptions: {
77
77
  tsconfigRootDir: string;
78
- project: string;
78
+ project: boolean;
79
79
  };
80
80
  settings: {
81
81
  'import/resolver': {
@@ -106,7 +106,7 @@ export const tsReactConfig: {
106
106
  plugins: string[];
107
107
  parserOptions: {
108
108
  tsconfigRootDir: string;
109
- project: string;
109
+ project: boolean;
110
110
  };
111
111
  settings: {
112
112
  'import/resolver': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.34.1",
3
+ "version": "8.34.2",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -295,7 +295,7 @@
295
295
  "yargs": "~17.7.2"
296
296
  },
297
297
  "devDependencies": {
298
- "@elliemae/pui-doc-gen": "~2.0.1",
298
+ "@elliemae/pui-doc-gen": "~2.1.0",
299
299
  "react": "~18.3.1",
300
300
  "react-dom": "~18.3.1",
301
301
  "redux": "~4.2.1",