databag/net/web/test
Lucian I. Last 71c65efa20
Typescript (#92)
* Add ignore dsstore node_modules

* Rename to typescript

rnr -r '(.*)\.js$' '$1.ts' ./src ./test
rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test

* Remove package lock

* Fix extension of tsx at context

* init typescript

* .

* Compiles, moved to vite

* lint new files

* check dashboard

* Add dist to ignore file
2024-04-24 13:26:55 -07:00
..
Access.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Account.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
App.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Card.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Channel.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Contacts.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Conversation.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Info.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Listing.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Person.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Profile.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Session.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Store.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Thread.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Topics.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Upload.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
User.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00
Viewport.test.tsx Typescript (#92) 2024-04-24 13:26:55 -07:00