@xylabs/tsconfig-react 2.18.1 → 2.18.3
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/dist/docs.json +56 -0
- package/package.json +3 -3
package/dist/docs.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 0,
|
|
3
|
+
"name": "@xylabs/tsconfig-react",
|
|
4
|
+
"variant": "project",
|
|
5
|
+
"kind": 1,
|
|
6
|
+
"flags": {},
|
|
7
|
+
"children": [
|
|
8
|
+
{
|
|
9
|
+
"id": 1,
|
|
10
|
+
"name": "stub",
|
|
11
|
+
"variant": "declaration",
|
|
12
|
+
"kind": 32,
|
|
13
|
+
"flags": {
|
|
14
|
+
"isConst": true
|
|
15
|
+
},
|
|
16
|
+
"sources": [
|
|
17
|
+
{
|
|
18
|
+
"fileName": "index.ts",
|
|
19
|
+
"line": 1,
|
|
20
|
+
"character": 13,
|
|
21
|
+
"url": "https://github.com/xylabs/config/blob/3b4c4dd/packages/tsconfig-react/src/index.ts#L1"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"type": {
|
|
25
|
+
"type": "literal",
|
|
26
|
+
"value": 1
|
|
27
|
+
},
|
|
28
|
+
"defaultValue": "1"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"groups": [
|
|
32
|
+
{
|
|
33
|
+
"title": "Variables",
|
|
34
|
+
"children": [
|
|
35
|
+
1
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"packageName": "@xylabs/tsconfig-react",
|
|
40
|
+
"readme": [
|
|
41
|
+
{
|
|
42
|
+
"kind": "text",
|
|
43
|
+
"text": "[![logo][]](https://xylabs.com)\n\n# Typescript Project Scripts\n\n## Description\n\n> Scripts that are used to develop, build, and analyze Typescript projects.\n> Can be used directly for generating esm modules.\n\n## Required Tools (Global)\n\n- [Visual Studio Code](https://code.visualstudio.com)\n- [NPM](https://www.npmjs.com)\n- [Git](https://git-scm.com/)\n- [Yarn](https://yarnpkg.com/)\n\n## Tools\n\n- [ESLint](https://eslint.org)\n- [TypeScript](https://www.typescriptlang.org)\n- [Depcheck](https://www.npmjs.com/package/depcheck)\n- [TS-Prune](https://www.npmjs.com/package/ts-prune)\n- [npm-check-updates](https://www.npmjs.com/package/npm-check-updates)\n\n## Global Configuration\n\n- Install Visual Studio Code (vsCode)\n- Install NPM (Node.js)\n- Install Yarn\n- Install Git\n\n## Project Scripts\n\n### build\n> Builds the package (lint and compile)\n\n### clean\n> Removes all non-source files that are created during a builds\n\n### compile\n> Compile the package\n\n### cycle\n> Uses ESLint to check for code cycles up to 10 levels deep\n\n### dead\n> Uses TS-Prune to display all unused exports\n\n### deps\n> Displays all dependencies that have a new version available on npmjs\n\n### deploy\n> Deploy the package to NPMJS\n\n### fix\n> Fixes all lint issues that can be automatically fixed using ESLint/Prettier\n\n### lint\n> Lint the package using ESLint/Prettier\n\n### resintall\n> Deletes the node_modules folder and installs all dependencies\n\n### up\n> Displays all dependencies with stale versions in package.json\n\n### updo\n> Updates package.json to reflect actual version of dependencies being used\n\n## Maintainers\n\n- [Arie Trouw](https://arietrouw.com) ([Github](https://github.com/arietrouw))\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"symbolIdMap": {
|
|
47
|
+
"0": {
|
|
48
|
+
"sourceFileName": "src/index.ts",
|
|
49
|
+
"qualifiedName": ""
|
|
50
|
+
},
|
|
51
|
+
"1": {
|
|
52
|
+
"sourceFileName": "src/index.ts",
|
|
53
|
+
"qualifiedName": "stub"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
package/package.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@xylabs/tsconfig-dom": "^2.18.
|
|
15
|
+
"@xylabs/tsconfig-dom": "^2.18.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^2.18.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.3",
|
|
19
19
|
"typescript": "^5.1.5"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"url": "https://github.com/xylabs/config.git"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
|
-
"version": "2.18.
|
|
42
|
+
"version": "2.18.3"
|
|
43
43
|
}
|