@rbleattler/omp-ts-typegen 0.2025.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/.github/copilot-instructions.md +74 -0
- package/.github/workflows/nightly-types.yml +42 -0
- package/.vscode/settings.json +5 -0
- package/CHANGELOG.md +9 -0
- package/cache/schema.json +5330 -0
- package/default.omp.json +60 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/types/omp.d.ts +368 -0
- package/dist/types/omp.d.ts.map +1 -0
- package/dist/types/omp.js +398 -0
- package/dist/types/omp.js.map +1 -0
- package/package.json +43 -0
- package/readme.md +130 -0
- package/schema-explained.md +192 -0
- package/scripts/generate-types.ts +184 -0
- package/scripts/test-types.ts +416 -0
- package/scripts/validator.ts +88 -0
- package/src/index.ts +1 -0
- package/theme-validation-badge.svg +20 -0
- package/theme-validation.md +134 -0
- package/tsconfig.json +44 -0
- package/tsconfig.scripts.json +9 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# Oh My Posh Theme Validation Report
|
|
2
|
+
|
|
3
|
+
This report shows the validation status of all themes in the [Oh My Posh](https://github.com/JanDeDobbeleer/oh-my-posh) repository against the TypeScript types generated from the schema.
|
|
4
|
+
|
|
5
|
+
- **Total themes tested:** 122
|
|
6
|
+
- **Valid themes:** 122 (100%)
|
|
7
|
+
- **Invalid themes:** 0 (0%)
|
|
8
|
+
|
|
9
|
+
Last updated: 2025-03-08
|
|
10
|
+
|
|
11
|
+
| Theme | Status |
|
|
12
|
+
|-------|--------|
|
|
13
|
+
| [1_shell.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/1_shell.omp.json) | ✅ Valid |
|
|
14
|
+
| [agnoster.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/agnoster.minimal.omp.json) | ✅ Valid |
|
|
15
|
+
| [agnoster.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/agnoster.omp.json) | ✅ Valid |
|
|
16
|
+
| [agnosterplus.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/agnosterplus.omp.json) | ✅ Valid |
|
|
17
|
+
| [aliens.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/aliens.omp.json) | ✅ Valid |
|
|
18
|
+
| [amro.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/amro.omp.json) | ✅ Valid |
|
|
19
|
+
| [atomic.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/atomic.omp.json) | ✅ Valid |
|
|
20
|
+
| [atomicBit.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/atomicBit.omp.json) | ✅ Valid |
|
|
21
|
+
| [avit.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/avit.omp.json) | ✅ Valid |
|
|
22
|
+
| [blue-owl.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/blue-owl.omp.json) | ✅ Valid |
|
|
23
|
+
| [blueish.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/blueish.omp.json) | ✅ Valid |
|
|
24
|
+
| [bubbles.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/bubbles.omp.json) | ✅ Valid |
|
|
25
|
+
| [bubblesextra.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/bubblesextra.omp.json) | ✅ Valid |
|
|
26
|
+
| [bubblesline.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/bubblesline.omp.json) | ✅ Valid |
|
|
27
|
+
| [capr4n.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/capr4n.omp.json) | ✅ Valid |
|
|
28
|
+
| [catppuccin.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin.omp.json) | ✅ Valid |
|
|
29
|
+
| [catppuccin_frappe.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin_frappe.omp.json) | ✅ Valid |
|
|
30
|
+
| [catppuccin_latte.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin_latte.omp.json) | ✅ Valid |
|
|
31
|
+
| [catppuccin_macchiato.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin_macchiato.omp.json) | ✅ Valid |
|
|
32
|
+
| [catppuccin_mocha.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin_mocha.omp.json) | ✅ Valid |
|
|
33
|
+
| [cert.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/cert.omp.json) | ✅ Valid |
|
|
34
|
+
| [chips.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/chips.omp.json) | ✅ Valid |
|
|
35
|
+
| [cinnamon.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/cinnamon.omp.json) | ✅ Valid |
|
|
36
|
+
| [clean-detailed.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/clean-detailed.omp.json) | ✅ Valid |
|
|
37
|
+
| [cloud-context.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/cloud-context.omp.json) | ✅ Valid |
|
|
38
|
+
| [cloud-native-azure.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/cloud-native-azure.omp.json) | ✅ Valid |
|
|
39
|
+
| [cobalt2.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/cobalt2.omp.json) | ✅ Valid |
|
|
40
|
+
| [craver.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/craver.omp.json) | ✅ Valid |
|
|
41
|
+
| [darkblood.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/darkblood.omp.json) | ✅ Valid |
|
|
42
|
+
| [di4am0nd.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/di4am0nd.omp.json) | ✅ Valid |
|
|
43
|
+
| [dracula.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/dracula.omp.json) | ✅ Valid |
|
|
44
|
+
| [easy-term.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/easy-term.omp.json) | ✅ Valid |
|
|
45
|
+
| [emodipt-extend.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json) | ✅ Valid |
|
|
46
|
+
| [emodipt.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt.omp.json) | ✅ Valid |
|
|
47
|
+
| [fish.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/fish.omp.json) | ✅ Valid |
|
|
48
|
+
| [free-ukraine.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/free-ukraine.omp.json) | ✅ Valid |
|
|
49
|
+
| [froczh.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/froczh.omp.json) | ✅ Valid |
|
|
50
|
+
| [gmay.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/gmay.omp.json) | ✅ Valid |
|
|
51
|
+
| [grandpa-style.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/grandpa-style.omp.json) | ✅ Valid |
|
|
52
|
+
| [gruvbox.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/gruvbox.omp.json) | ✅ Valid |
|
|
53
|
+
| [half-life.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/half-life.omp.json) | ✅ Valid |
|
|
54
|
+
| [honukai.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/honukai.omp.json) | ✅ Valid |
|
|
55
|
+
| [hotstick.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/hotstick.minimal.omp.json) | ✅ Valid |
|
|
56
|
+
| [hul10.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/hul10.omp.json) | ✅ Valid |
|
|
57
|
+
| [hunk.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/hunk.omp.json) | ✅ Valid |
|
|
58
|
+
| [huvix.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/huvix.omp.json) | ✅ Valid |
|
|
59
|
+
| [if_tea.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/if_tea.omp.json) | ✅ Valid |
|
|
60
|
+
| [illusi0n.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/illusi0n.omp.json) | ✅ Valid |
|
|
61
|
+
| [iterm2.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/iterm2.omp.json) | ✅ Valid |
|
|
62
|
+
| [jandedobbeleer.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jandedobbeleer.omp.json) | ✅ Valid |
|
|
63
|
+
| [jblab_2021.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jblab_2021.omp.json) | ✅ Valid |
|
|
64
|
+
| [jonnychipz.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jonnychipz.omp.json) | ✅ Valid |
|
|
65
|
+
| [json.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/json.omp.json) | ✅ Valid |
|
|
66
|
+
| [jtracey93.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jtracey93.omp.json) | ✅ Valid |
|
|
67
|
+
| [jv_sitecorian.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jv_sitecorian.omp.json) | ✅ Valid |
|
|
68
|
+
| [kali.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/kali.omp.json) | ✅ Valid |
|
|
69
|
+
| [kushal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/kushal.omp.json) | ✅ Valid |
|
|
70
|
+
| [lambda.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/lambda.omp.json) | ✅ Valid |
|
|
71
|
+
| [lambdageneration.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/lambdageneration.omp.json) | ✅ Valid |
|
|
72
|
+
| [larserikfinholt.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/larserikfinholt.omp.json) | ✅ Valid |
|
|
73
|
+
| [lightgreen.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/lightgreen.omp.json) | ✅ Valid |
|
|
74
|
+
| [M365Princess.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json) | ✅ Valid |
|
|
75
|
+
| [marcduiker.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/marcduiker.omp.json) | ✅ Valid |
|
|
76
|
+
| [markbull.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/markbull.omp.json) | ✅ Valid |
|
|
77
|
+
| [material.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/material.omp.json) | ✅ Valid |
|
|
78
|
+
| [microverse-power.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/microverse-power.omp.json) | ✅ Valid |
|
|
79
|
+
| [mojada.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/mojada.omp.json) | ✅ Valid |
|
|
80
|
+
| [montys.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/montys.omp.json) | ✅ Valid |
|
|
81
|
+
| [mt.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/mt.omp.json) | ✅ Valid |
|
|
82
|
+
| [multiverse-neon.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/multiverse-neon.omp.json) | ✅ Valid |
|
|
83
|
+
| [negligible.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/negligible.omp.json) | ✅ Valid |
|
|
84
|
+
| [neko.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/neko.omp.json) | ✅ Valid |
|
|
85
|
+
| [night-owl.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/night-owl.omp.json) | ✅ Valid |
|
|
86
|
+
| [nordtron.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/nordtron.omp.json) | ✅ Valid |
|
|
87
|
+
| [nu4a.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/nu4a.omp.json) | ✅ Valid |
|
|
88
|
+
| [onehalf.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/onehalf.minimal.omp.json) | ✅ Valid |
|
|
89
|
+
| [paradox.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/paradox.omp.json) | ✅ Valid |
|
|
90
|
+
| [pararussel.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/pararussel.omp.json) | ✅ Valid |
|
|
91
|
+
| [patriksvensson.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/patriksvensson.omp.json) | ✅ Valid |
|
|
92
|
+
| [peru.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/peru.omp.json) | ✅ Valid |
|
|
93
|
+
| [pixelrobots.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/pixelrobots.omp.json) | ✅ Valid |
|
|
94
|
+
| [plague.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/plague.omp.json) | ✅ Valid |
|
|
95
|
+
| [poshmon.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/poshmon.omp.json) | ✅ Valid |
|
|
96
|
+
| [powerlevel10k_classic.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_classic.omp.json) | ✅ Valid |
|
|
97
|
+
| [powerlevel10k_lean.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_lean.omp.json) | ✅ Valid |
|
|
98
|
+
| [powerlevel10k_modern.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_modern.omp.json) | ✅ Valid |
|
|
99
|
+
| [powerlevel10k_rainbow.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_rainbow.omp.json) | ✅ Valid |
|
|
100
|
+
| [powerline.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerline.omp.json) | ✅ Valid |
|
|
101
|
+
| [probua.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/probua.minimal.omp.json) | ✅ Valid |
|
|
102
|
+
| [pure.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/pure.omp.json) | ✅ Valid |
|
|
103
|
+
| [quick-term.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/quick-term.omp.json) | ✅ Valid |
|
|
104
|
+
| [remk.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/remk.omp.json) | ✅ Valid |
|
|
105
|
+
| [robbyrussell.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/robbyrussell.omp.json) | ✅ Valid |
|
|
106
|
+
| [rudolfs-dark.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/rudolfs-dark.omp.json) | ✅ Valid |
|
|
107
|
+
| [rudolfs-light.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/rudolfs-light.omp.json) | ✅ Valid |
|
|
108
|
+
| [sim-web.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/sim-web.omp.json) | ✅ Valid |
|
|
109
|
+
| [slim.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/slim.omp.json) | ✅ Valid |
|
|
110
|
+
| [slimfat.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/slimfat.omp.json) | ✅ Valid |
|
|
111
|
+
| [smoothie.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/smoothie.omp.json) | ✅ Valid |
|
|
112
|
+
| [sonicboom_dark.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/sonicboom_dark.omp.json) | ✅ Valid |
|
|
113
|
+
| [sonicboom_light.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/sonicboom_light.omp.json) | ✅ Valid |
|
|
114
|
+
| [sorin.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/sorin.omp.json) | ✅ Valid |
|
|
115
|
+
| [space.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/space.omp.json) | ✅ Valid |
|
|
116
|
+
| [spaceship.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/spaceship.omp.json) | ✅ Valid |
|
|
117
|
+
| [star.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/star.omp.json) | ✅ Valid |
|
|
118
|
+
| [stelbent-compact.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/stelbent-compact.minimal.omp.json) | ✅ Valid |
|
|
119
|
+
| [stelbent.minimal.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/stelbent.minimal.omp.json) | ✅ Valid |
|
|
120
|
+
| [takuya.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/takuya.omp.json) | ✅ Valid |
|
|
121
|
+
| [the-unnamed.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/the-unnamed.omp.json) | ✅ Valid |
|
|
122
|
+
| [thecyberden.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/thecyberden.omp.json) | ✅ Valid |
|
|
123
|
+
| [tiwahu.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/tiwahu.omp.json) | ✅ Valid |
|
|
124
|
+
| [tokyo.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/tokyo.omp.json) | ✅ Valid |
|
|
125
|
+
| [tokyonight_storm.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/tokyonight_storm.omp.json) | ✅ Valid |
|
|
126
|
+
| [tonybaloney.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/tonybaloney.omp.json) | ✅ Valid |
|
|
127
|
+
| [uew.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/uew.omp.json) | ✅ Valid |
|
|
128
|
+
| [unicorn.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/unicorn.omp.json) | ✅ Valid |
|
|
129
|
+
| [velvet.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/velvet.omp.json) | ✅ Valid |
|
|
130
|
+
| [wholespace.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/wholespace.omp.json) | ✅ Valid |
|
|
131
|
+
| [wopian.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/wopian.omp.json) | ✅ Valid |
|
|
132
|
+
| [xtoys.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/xtoys.omp.json) | ✅ Valid |
|
|
133
|
+
| [ys.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/ys.omp.json) | ✅ Valid |
|
|
134
|
+
| [zash.omp](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/zash.omp.json) | ✅ Valid |
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
// Modern JavaScript features
|
|
4
|
+
"target": "ES2022",
|
|
5
|
+
"module": "NodeNext",
|
|
6
|
+
"moduleResolution": "NodeNext",
|
|
7
|
+
"lib": ["ES2022"],
|
|
8
|
+
|
|
9
|
+
// Type checking and strictness
|
|
10
|
+
"strict": true,
|
|
11
|
+
"noImplicitAny": true,
|
|
12
|
+
"strictNullChecks": true,
|
|
13
|
+
"strictFunctionTypes": true,
|
|
14
|
+
"strictBindCallApply": true,
|
|
15
|
+
"strictPropertyInitialization": true,
|
|
16
|
+
"noImplicitThis": true,
|
|
17
|
+
"useUnknownInCatchVariables": true,
|
|
18
|
+
"alwaysStrict": true,
|
|
19
|
+
"noUncheckedIndexedAccess": true,
|
|
20
|
+
"noImplicitOverride": true,
|
|
21
|
+
|
|
22
|
+
// Module resolution and output
|
|
23
|
+
"esModuleInterop": true,
|
|
24
|
+
"resolveJsonModule": true,
|
|
25
|
+
"allowSyntheticDefaultImports": true,
|
|
26
|
+
|
|
27
|
+
// Output configuration
|
|
28
|
+
"declaration": true,
|
|
29
|
+
"declarationMap": true,
|
|
30
|
+
"sourceMap": true,
|
|
31
|
+
"outDir": "./dist",
|
|
32
|
+
|
|
33
|
+
// Advanced options
|
|
34
|
+
"forceConsistentCasingInFileNames": true,
|
|
35
|
+
"skipLibCheck": true,
|
|
36
|
+
"useDefineForClassFields": true,
|
|
37
|
+
"removeComments": false,
|
|
38
|
+
|
|
39
|
+
// Project structure
|
|
40
|
+
"rootDir": "./src"
|
|
41
|
+
},
|
|
42
|
+
"include": ["src/**/*"],
|
|
43
|
+
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
|
44
|
+
}
|