File tree Expand file tree Collapse file tree 4 files changed +66
-20
lines changed
Expand file tree Collapse file tree 4 files changed +66
-20
lines changed Original file line number Diff line number Diff line change 174174 "@sim/tsconfig" : " workspace:*" ,
175175 "@testing-library/jest-dom" : " ^6.6.3" ,
176176 "@trigger.dev/build" : " 4.1.2" ,
177+ "@types/bun" : " 1.3.10" ,
177178 "@types/fluent-ffmpeg" : " 2.1.28" ,
178179 "@types/html-to-text" : " 9.0.4" ,
179180 "@types/js-yaml" : " 4.0.9" ,
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "baseUrl" : " ." ,
55 "paths" : {
6- "@/*" : [" ./*" ],
7- "@/components/*" : [" components/*" ],
8- "@/lib/*" : [" ./lib/*" ],
9- "@/stores" : [" ./stores" ],
10- "@/stores/*" : [" ./stores/*" ],
11- "@/hooks/*" : [" ./hooks/*" ],
12- "@/blocks" : [" ./blocks" ],
13- "@/blocks/*" : [" ./blocks/*" ],
14- "@/providers/*" : [" ./providers/*" ],
15- "@/providers" : [" ./providers" ],
16- "@/tools" : [" ./tools" ],
17- "@/tools/*" : [" ./tools/*" ],
18- "@/serializer" : [" ./serializer" ],
19- "@/serializer/*" : [" ./serializer/*" ],
20- "@sim/db" : [" ../../packages/db" ],
21- "@sim/db/*" : [" ../../packages/db/*" ],
22- "@/executor" : [" ./executor" ],
23- "@/executor/*" : [" ./executor/*" ]
6+ "@/*" : [
7+ " ./*"
8+ ],
9+ "@/components/*" : [
10+ " components/*"
11+ ],
12+ "@/lib/*" : [
13+ " ./lib/*"
14+ ],
15+ "@/stores" : [
16+ " ./stores"
17+ ],
18+ "@/stores/*" : [
19+ " ./stores/*"
20+ ],
21+ "@/hooks/*" : [
22+ " ./hooks/*"
23+ ],
24+ "@/blocks" : [
25+ " ./blocks"
26+ ],
27+ "@/blocks/*" : [
28+ " ./blocks/*"
29+ ],
30+ "@/providers/*" : [
31+ " ./providers/*"
32+ ],
33+ "@/providers" : [
34+ " ./providers"
35+ ],
36+ "@/tools" : [
37+ " ./tools"
38+ ],
39+ "@/tools/*" : [
40+ " ./tools/*"
41+ ],
42+ "@/serializer" : [
43+ " ./serializer"
44+ ],
45+ "@/serializer/*" : [
46+ " ./serializer/*"
47+ ],
48+ "@sim/db" : [
49+ " ../../packages/db"
50+ ],
51+ "@sim/db/*" : [
52+ " ../../packages/db/*"
53+ ],
54+ "@/executor" : [
55+ " ./executor"
56+ ],
57+ "@/executor/*" : [
58+ " ./executor/*"
59+ ]
2460 }
2561 },
2662 "include" : [
3874 " vitest.config.ts" ,
3975 " vitest.setup.ts"
4076 ]
41- }
77+ }
Original file line number Diff line number Diff line change 2727 "typescript" : " ^5.7.3" ,
2828 "vitest" : " ^3.0.8"
2929 }
30- }
30+ }
You can’t perform that action at this time.
0 commit comments