@lark-apaas/coding-template-vite-react 0.1.17 → 0.1.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-template-vite-react",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Vite + React client template for miaoda coding",
5
5
  "type": "module",
6
6
  "files": ["template", "hooks"],
@@ -1,34 +1,7 @@
1
- import js from '@eslint/js'
2
- import globals from 'globals'
3
- import reactHooks from 'eslint-plugin-react-hooks'
4
- import reactRefresh from 'eslint-plugin-react-refresh'
5
- import tseslint from 'typescript-eslint'
6
- import { defineConfig, globalIgnores } from 'eslint/config'
1
+ import { globalIgnores } from 'eslint/config'
2
+ import { eslintPresets } from '@lark-apaas/coding-presets-react'
7
3
 
8
- export default defineConfig([
4
+ export default [
9
5
  globalIgnores(['dist', '**/components/ui/**']),
10
- {
11
- files: ['**/*.{ts,tsx}'],
12
- extends: [
13
- js.configs.recommended,
14
- tseslint.configs.recommended,
15
- reactHooks.configs.flat.recommended,
16
- reactRefresh.configs.vite,
17
- ],
18
- languageOptions: {
19
- ecmaVersion: 2020,
20
- globals: globals.browser,
21
- },
22
- rules: {
23
- // 关闭仅语法相关、不影响编译和运行时的规则
24
- 'react-refresh/only-export-components': 'off',
25
- '@typescript-eslint/no-unused-vars': 'off',
26
- '@typescript-eslint/no-explicit-any': 'off',
27
- '@typescript-eslint/no-empty-object-type': 'off',
28
- '@typescript-eslint/no-require-imports': 'off',
29
- 'no-empty': 'off',
30
- 'prefer-const': 'off',
31
- 'no-unused-labels': 'off',
32
- },
33
- },
34
- ])
6
+ ...eslintPresets.client,
7
+ ]
@@ -69,19 +69,14 @@
69
69
  "zod": "^4.3.6"
70
70
  },
71
71
  "devDependencies": {
72
- "@eslint/js": "^9",
73
72
  "@lark-apaas/coding-preset-vite-react": "^1.0.4",
74
- "@lark-apaas/coding-presets": "1.0.3-alpha.0",
73
+ "@lark-apaas/coding-presets-react": "^0.1.0",
75
74
  "@types/node": "^24",
76
75
  "@types/react": "^19",
77
76
  "@types/react-dom": "^19",
78
77
  "concurrently": "^9",
79
78
  "eslint": "^9",
80
- "eslint-plugin-react-hooks": "^7",
81
- "eslint-plugin-react-refresh": "^0.5",
82
- "globals": "^17",
83
79
  "typescript": "~5.9",
84
- "typescript-eslint": "^8",
85
80
  "vite": "^8"
86
81
  }
87
82
  },
@@ -99,47 +94,6 @@
99
94
  "node": ">=6.9.0"
100
95
  }
101
96
  },
102
- "node_modules/@babel/compat-data": {
103
- "version": "7.29.7",
104
- "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
105
- "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
106
- "dev": true,
107
- "license": "MIT",
108
- "engines": {
109
- "node": ">=6.9.0"
110
- }
111
- },
112
- "node_modules/@babel/core": {
113
- "version": "7.29.7",
114
- "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
115
- "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
116
- "dev": true,
117
- "license": "MIT",
118
- "dependencies": {
119
- "@babel/code-frame": "^7.29.7",
120
- "@babel/generator": "^7.29.7",
121
- "@babel/helper-compilation-targets": "^7.29.7",
122
- "@babel/helper-module-transforms": "^7.29.7",
123
- "@babel/helpers": "^7.29.7",
124
- "@babel/parser": "^7.29.7",
125
- "@babel/template": "^7.29.7",
126
- "@babel/traverse": "^7.29.7",
127
- "@babel/types": "^7.29.7",
128
- "@jridgewell/remapping": "^2.3.5",
129
- "convert-source-map": "^2.0.0",
130
- "debug": "^4.1.0",
131
- "gensync": "^1.0.0-beta.2",
132
- "json5": "^2.2.3",
133
- "semver": "^6.3.1"
134
- },
135
- "engines": {
136
- "node": ">=6.9.0"
137
- },
138
- "funding": {
139
- "type": "opencollective",
140
- "url": "https://opencollective.com/babel"
141
- }
142
- },
143
97
  "node_modules/@babel/generator": {
144
98
  "version": "7.29.7",
145
99
  "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz",
@@ -157,23 +111,6 @@
157
111
  "node": ">=6.9.0"
158
112
  }
159
113
  },
160
- "node_modules/@babel/helper-compilation-targets": {
161
- "version": "7.29.7",
162
- "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
163
- "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
164
- "dev": true,
165
- "license": "MIT",
166
- "dependencies": {
167
- "@babel/compat-data": "^7.29.7",
168
- "@babel/helper-validator-option": "^7.29.7",
169
- "browserslist": "^4.24.0",
170
- "lru-cache": "^5.1.1",
171
- "semver": "^6.3.1"
172
- },
173
- "engines": {
174
- "node": ">=6.9.0"
175
- }
176
- },
177
114
  "node_modules/@babel/helper-globals": {
178
115
  "version": "7.29.7",
179
116
  "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
@@ -184,38 +121,6 @@
184
121
  "node": ">=6.9.0"
185
122
  }
186
123
  },
187
- "node_modules/@babel/helper-module-imports": {
188
- "version": "7.29.7",
189
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
190
- "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
191
- "dev": true,
192
- "license": "MIT",
193
- "dependencies": {
194
- "@babel/traverse": "^7.29.7",
195
- "@babel/types": "^7.29.7"
196
- },
197
- "engines": {
198
- "node": ">=6.9.0"
199
- }
200
- },
201
- "node_modules/@babel/helper-module-transforms": {
202
- "version": "7.29.7",
203
- "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
204
- "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
205
- "dev": true,
206
- "license": "MIT",
207
- "dependencies": {
208
- "@babel/helper-module-imports": "^7.29.7",
209
- "@babel/helper-validator-identifier": "^7.29.7",
210
- "@babel/traverse": "^7.29.7"
211
- },
212
- "engines": {
213
- "node": ">=6.9.0"
214
- },
215
- "peerDependencies": {
216
- "@babel/core": "^7.0.0"
217
- }
218
- },
219
124
  "node_modules/@babel/helper-string-parser": {
220
125
  "version": "7.29.7",
221
126
  "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
@@ -235,30 +140,6 @@
235
140
  "node": ">=6.9.0"
236
141
  }
237
142
  },
238
- "node_modules/@babel/helper-validator-option": {
239
- "version": "7.29.7",
240
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
241
- "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
242
- "dev": true,
243
- "license": "MIT",
244
- "engines": {
245
- "node": ">=6.9.0"
246
- }
247
- },
248
- "node_modules/@babel/helpers": {
249
- "version": "7.29.7",
250
- "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
251
- "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
252
- "dev": true,
253
- "license": "MIT",
254
- "dependencies": {
255
- "@babel/template": "^7.29.7",
256
- "@babel/types": "^7.29.7"
257
- },
258
- "engines": {
259
- "node": ">=6.9.0"
260
- }
261
- },
262
143
  "node_modules/@babel/parser": {
263
144
  "version": "7.29.7",
264
145
  "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz",
@@ -1064,10 +945,10 @@
1064
945
  "tslib": "2.3.0"
1065
946
  }
1066
947
  },
1067
- "node_modules/@lark-apaas/coding-presets": {
1068
- "version": "1.0.3-alpha.0",
1069
- "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets/-/coding-presets-1.0.3-alpha.0.tgz",
1070
- "integrity": "sha512-c87xAZc+TFrg6pWHL0I67zxxYxmhWm4TIRIBc04Zr0csPPS6nCTmHgd9oOqZ+weoYr91N+0LodmHy5SD0zxfng==",
948
+ "node_modules/@lark-apaas/coding-presets-react": {
949
+ "version": "0.1.0",
950
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-presets-react/-/coding-presets-react-0.1.0.tgz",
951
+ "integrity": "sha512-sYAhoNgCfG7krT1QW1ylgTpv9gAER5cvdU6JOYT2V2li4zfuRQXG9BBcBABZy14PChQuk4nHqBI9shI53pPKoQ==",
1071
952
  "dev": true,
1072
953
  "license": "MIT",
1073
954
  "dependencies": {
@@ -1084,7 +965,7 @@
1084
965
  "eslint": "^9.0.0"
1085
966
  }
1086
967
  },
1087
- "node_modules/@lark-apaas/coding-presets/node_modules/eslint-plugin-react-hooks": {
968
+ "node_modules/@lark-apaas/coding-presets-react/node_modules/eslint-plugin-react-hooks": {
1088
969
  "version": "5.2.0",
1089
970
  "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
1090
971
  "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
@@ -1097,7 +978,7 @@
1097
978
  "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
1098
979
  }
1099
980
  },
1100
- "node_modules/@lark-apaas/coding-presets/node_modules/globals": {
981
+ "node_modules/@lark-apaas/coding-presets-react/node_modules/globals": {
1101
982
  "version": "16.5.0",
1102
983
  "resolved": "https://registry.npmmirror.com/globals/-/globals-16.5.0.tgz",
1103
984
  "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
@@ -5366,13 +5247,6 @@
5366
5247
  "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
5367
5248
  }
5368
5249
  },
5369
- "node_modules/convert-source-map": {
5370
- "version": "2.0.0",
5371
- "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
5372
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
5373
- "dev": true,
5374
- "license": "MIT"
5375
- },
5376
5250
  "node_modules/cookie": {
5377
5251
  "version": "1.1.1",
5378
5252
  "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
@@ -6370,36 +6244,6 @@
6370
6244
  "ms": "^2.1.1"
6371
6245
  }
6372
6246
  },
6373
- "node_modules/eslint-plugin-react-hooks": {
6374
- "version": "7.1.1",
6375
- "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
6376
- "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
6377
- "dev": true,
6378
- "license": "MIT",
6379
- "dependencies": {
6380
- "@babel/core": "^7.24.4",
6381
- "@babel/parser": "^7.24.4",
6382
- "hermes-parser": "^0.25.1",
6383
- "zod": "^3.25.0 || ^4.0.0",
6384
- "zod-validation-error": "^3.5.0 || ^4.0.0"
6385
- },
6386
- "engines": {
6387
- "node": ">=18"
6388
- },
6389
- "peerDependencies": {
6390
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
6391
- }
6392
- },
6393
- "node_modules/eslint-plugin-react-refresh": {
6394
- "version": "0.5.2",
6395
- "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
6396
- "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
6397
- "dev": true,
6398
- "license": "MIT",
6399
- "peerDependencies": {
6400
- "eslint": "^9 || ^10"
6401
- }
6402
- },
6403
6247
  "node_modules/eslint-scope": {
6404
6248
  "version": "8.4.0",
6405
6249
  "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
@@ -6907,16 +6751,6 @@
6907
6751
  "node": ">= 0.4"
6908
6752
  }
6909
6753
  },
6910
- "node_modules/gensync": {
6911
- "version": "1.0.0-beta.2",
6912
- "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
6913
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
6914
- "dev": true,
6915
- "license": "MIT",
6916
- "engines": {
6917
- "node": ">=6.9.0"
6918
- }
6919
- },
6920
6754
  "node_modules/get-caller-file": {
6921
6755
  "version": "2.0.5",
6922
6756
  "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -7083,19 +6917,6 @@
7083
6917
  "which": "bin/which"
7084
6918
  }
7085
6919
  },
7086
- "node_modules/globals": {
7087
- "version": "17.6.0",
7088
- "resolved": "https://registry.npmmirror.com/globals/-/globals-17.6.0.tgz",
7089
- "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
7090
- "dev": true,
7091
- "license": "MIT",
7092
- "engines": {
7093
- "node": ">=18"
7094
- },
7095
- "funding": {
7096
- "url": "https://github.com/sponsors/sindresorhus"
7097
- }
7098
- },
7099
6920
  "node_modules/globalthis": {
7100
6921
  "version": "1.0.4",
7101
6922
  "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
@@ -7322,23 +7143,6 @@
7322
7143
  "url": "https://opencollective.com/unified"
7323
7144
  }
7324
7145
  },
7325
- "node_modules/hermes-estree": {
7326
- "version": "0.25.1",
7327
- "resolved": "https://registry.npmmirror.com/hermes-estree/-/hermes-estree-0.25.1.tgz",
7328
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
7329
- "dev": true,
7330
- "license": "MIT"
7331
- },
7332
- "node_modules/hermes-parser": {
7333
- "version": "0.25.1",
7334
- "resolved": "https://registry.npmmirror.com/hermes-parser/-/hermes-parser-0.25.1.tgz",
7335
- "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
7336
- "dev": true,
7337
- "license": "MIT",
7338
- "dependencies": {
7339
- "hermes-estree": "0.25.1"
7340
- }
7341
- },
7342
7146
  "node_modules/hookified": {
7343
7147
  "version": "1.15.1",
7344
7148
  "resolved": "https://registry.npmmirror.com/hookified/-/hookified-1.15.1.tgz",
@@ -8150,19 +7954,6 @@
8150
7954
  "devOptional": true,
8151
7955
  "license": "MIT"
8152
7956
  },
8153
- "node_modules/json5": {
8154
- "version": "2.2.3",
8155
- "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
8156
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
8157
- "dev": true,
8158
- "license": "MIT",
8159
- "bin": {
8160
- "json5": "lib/cli.js"
8161
- },
8162
- "engines": {
8163
- "node": ">=6"
8164
- }
8165
- },
8166
7957
  "node_modules/jsonfile": {
8167
7958
  "version": "6.2.1",
8168
7959
  "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.2.1.tgz",
@@ -8562,16 +8353,6 @@
8562
8353
  "tslib": "^2.0.3"
8563
8354
  }
8564
8355
  },
8565
- "node_modules/lru-cache": {
8566
- "version": "5.1.1",
8567
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
8568
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
8569
- "dev": true,
8570
- "license": "ISC",
8571
- "dependencies": {
8572
- "yallist": "^3.0.2"
8573
- }
8574
- },
8575
8356
  "node_modules/lucide-react": {
8576
8357
  "version": "0.577.0",
8577
8358
  "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.577.0.tgz",
@@ -12967,13 +12748,6 @@
12967
12748
  "node": ">=10"
12968
12749
  }
12969
12750
  },
12970
- "node_modules/yallist": {
12971
- "version": "3.1.1",
12972
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
12973
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
12974
- "dev": true,
12975
- "license": "ISC"
12976
- },
12977
12751
  "node_modules/yaml": {
12978
12752
  "version": "2.9.0",
12979
12753
  "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.9.0.tgz",
@@ -13057,19 +12831,6 @@
13057
12831
  "url": "https://github.com/sponsors/colinhacks"
13058
12832
  }
13059
12833
  },
13060
- "node_modules/zod-validation-error": {
13061
- "version": "4.0.2",
13062
- "resolved": "https://registry.npmmirror.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
13063
- "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
13064
- "dev": true,
13065
- "license": "MIT",
13066
- "engines": {
13067
- "node": ">=18.0.0"
13068
- },
13069
- "peerDependencies": {
13070
- "zod": "^3.25.0 || ^4.0.0"
13071
- }
13072
- },
13073
12834
  "node_modules/zone.js": {
13074
12835
  "version": "0.16.2",
13075
12836
  "resolved": "https://registry.npmmirror.com/zone.js/-/zone.js-0.16.2.tgz",
@@ -74,19 +74,14 @@
74
74
  "zod": "^4.3.6"
75
75
  },
76
76
  "devDependencies": {
77
- "@eslint/js": "^9",
78
77
  "@types/node": "^24",
79
78
  "@types/react": "^19",
80
79
  "@types/react-dom": "^19",
81
- "@lark-apaas/coding-presets": "1.0.3-alpha.0",
80
+ "@lark-apaas/coding-presets-react": "^0.1.0",
82
81
  "@lark-apaas/coding-preset-vite-react": "^1.0.4",
83
82
  "concurrently": "^9",
84
83
  "eslint": "^9",
85
- "eslint-plugin-react-hooks": "^7",
86
- "eslint-plugin-react-refresh": "^0.5",
87
- "globals": "^17",
88
84
  "typescript": "~5.9",
89
- "typescript-eslint": "^8",
90
85
  "vite": "^8"
91
86
  }
92
87
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@lark-apaas/coding-presets/lib/tsconfig/tsconfig.app.json",
2
+ "extends": "@lark-apaas/coding-presets-react/lib/tsconfig/tsconfig.app.json",
3
3
  "compilerOptions": {
4
4
  "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
5
5
  "baseUrl": ".",