| Yurika1202/til TypeScript@サバイバルTypeScript 0 ___
[サバイバルTypeScript](https://typescriptbook.jp/)
___
- [x] 01 簡単な関数を作成
- [x] 02 Reactでいいねボタンの作成
- [x] 03 ESLintの導入 Updated 2 weeks ago |
| Gss615/web typescript 1 Description not entered. Updated 5 days ago |
| Yurika1202/til TypeScript@ TypeScript Deep Dive 0 ___
[TypeScript Deep Dive](https://typescript-jp.gitbook.io/deep-dive/)
___ Updated 2 weeks ago |
| Lucienbill/starterkit-selenium-js Typescript 0 I actually use Typescript at work.
I should make a cousin of this repo for Typescript users. Updated 1 week ago |
| ImLucyk/household-accounts-svelte Typescript 0 Description not entered. Updated 6 days ago |
| Typescript/TypeScript TypeScript? 0 TypeScript? Updated 4 days ago |
| Ajhsu/blog TypeScript 1 ## Core features
- Static type-checking / type-checker
## Terminologies
### ***Downleveling***
- Transpile something from ES2015 to ES3
### ***Type annotations***
```ts
let person: string... Updated 3 days ago |
| Taelkir/react-address-lookup TypeScript 0 We could do with adding type definitions for TypeScript users, or just migrating to TypeScript completely. Been >6 months since I last worked with TS, so would need to refresh my memory a little on if... Updated 1 week ago |
| Nikkorn/mistreevous TypeScript 0 Typescript all the things! Updated 1 week ago |
| Tenderize/tender-core Chagne from hardhat-typescript to @typescript/hardhat 0 https://github.com/dethcrypto/TypeChain/issues/409#issuecomment-866757656 Updated 4 days ago |
| Sanjar-notes/javascript Typescript intro 0 https://youtu.be/eCZhz0JCVx0 Updated 1 hour ago |
| Akaluzinski/notez Add Typescript 0 Description not entered. Updated 3 hours ago |
| Felixge/node-sandboxed-module TypeScript 0 How to use with typescript? Updated 1 week ago |
| Lukapetro/lukapetrovic.dev Typescript integration 0 Description not entered. Updated 1 day ago |
| Gavinroderick/thingsgavdoes typescript? 😮 0 Description not entered. Updated 3 weeks ago |
| Chubkey3/Discord-Reminders typescript pain 0 Description not entered. Updated 2 days ago |
| GabRayz/Phoenix-Bot Setup Typescript 0 Description not entered. Updated 2 days ago |
| CliffS/ikea-tradfri Typescript support 0 Hi,
I was wondering if you wanted to add Typescript types / a declaration file? so it can be used in Typescript projects Updated 20 hours ago |
| Flagsmith/flagsmith-nodejs-client Typescript support 4 hi do you plan to introduce typescript support any time soon?
it seems we can't get the library to work with the import syntax
it throws an `TypeError: _flagsmithNodejs.Flagsmith is not a constr... Updated 3 days ago |
| Devansu-Yadav/Bluemodoro-App Add TypeScript 0 ## TO DO:
- Convert all of the code to TypeScript. Updated 1 day ago |
| Lien-eckang/updated-react-tutorial02 typescript 재설정 0 Description not entered. Updated 3 days ago |
| Mootable/hashmap typescript support ? 1 typescript support ? Updated 2 days ago |
| Redaxle/knex-react-native-sqlite Typescript 8 You planned add ts support for your library? Updated 5 days ago |
| Betagouv/api-subventions-asso Ajouter TypeScript 1 Description not entered. Updated 5 days ago |
| Lien-eckang/updated-react-tutorial02 typescript 설정 0 Description not entered. Updated 4 days ago |
| Monteslu/bgg Typescript Support 1 I'd like to be able to use this project within Typescript. The project isn't currently written in Typescript, nor does it have Typescript definitions. Ideally the project should be converted to Typesc... Updated 1 week ago |
| Lien-jiseo/react-tutorial-2 Typescript 환경설정 0 - as-is
- CRA 기본
- to-be
- Typescript 환경 설정
- tsconfig.json 설정
- 확장자 변경 .tsx Updated 4 days ago |
| Lyl117/TIL-Tech 2. Typescript 0 Description not entered. Updated 3 days ago |
| Heyjun3/front replace typescript 0 Description not entered. Updated 2 days ago |
| Lien-jiseo/react-tutoroal-3.1 Typescript 환경설정 0 - as-is
- to-be Updated 3 days ago |
| TheWisePigeon/express-app-skeleton Typescript support 0 Description not entered. Updated 4 days ago |
| Coder1x/MetaLamp_four_task JavaScript / TypeScript 2 `async` и `await` используются для работы с промисами. В слайдере, где весь код синхронный они не к чему.
Тип `void` исп... Updated 2 days ago |
| Evarn/PizzaProject Добавить typescript 0 Description not entered. Updated 1 week ago |
| TristonJ/eslint-plugin-prefer-arrow support typescript 1 ```ts
abstract class Foo {
abstract func(): void // no error
}
interface Bar {
func(): void // no error
}
type Baz = {
func(): void // no error
}
```
note: may not be necessary ... Updated 1 week ago |
| Larsmars/vuejs-progress-bar Typescript support 0 How can i import this in main.ts? Updated 1 week ago |
| Tensoremr/web-client typescript issues 5 a lot of typescript issues, how do i solve this?
 Updated 1 week ago |
| Node-ipc/node-ipc TypeScript types incorrect 1 The type definitions for this project do not seem to be right. I've installed `@node-ipc/node-ipc`, and am trying to use the hello world example, but have run in to a few issues:
```ts
ipc.serve(... Updated 2 days ago |
| PatrikParkkonen/homepage TODO: TypeScript 0 Another thing to look into Updated 6 days ago |
| Miguelmota/is-valid-domain Support Typescript import 0 Hey,
Love this package and was using the 0.0.17 version in my typescript project.
But since 0.1.6, i'm not able to import it correctly (no matters the way, default or single).
<img width="807" ... Updated 3 days ago |
| Haykam821/Paintdriver Use TypeScript 0 TypeScript should be used over JavaScript, but currently, a lack of type definitions available for the [CSS Painting API](https://drafts.css-houdini.org/css-paint-api) make porting difficult. Updated 1 week ago |
| CABrouwers/telnet-engine typescript usage 0 hi,
how can I use it with typescript it looks like I neeed .d.ts file ? Updated 2 days ago |
| Jest-community/jest-editor-support Typescript parameter decorator support 0 Hey everyone!
Typescript features 3 kinds of decorators - class-level, method-level and parameter-level.
Only the first two seem to be officially supported in babel 7 - https://babeljs.io/docs/en/... Updated 4 days ago |
| Paul-shuvo/nodejs-currency-converter Typescript support 5 Does support typescript in NodeJS? If so, how to import? Updated 1 day ago |
| Ottl-seo/AWS-Workflow-Explorer typescript 공부 1 Description not entered. Updated 1 week ago |
| Socketio/engine.io-parser Typescript build error cjs 2 I just stumbled upon a weird error:
I am currently working on a typescript project which is using socket.io in its backend. (nodejs)
When trying to build it, I got this error:
```
node_modules/... Updated 5 days ago |
| Laracasts/cypress Typescript support 0 Hi!
Wondering if there's a way to get typescript support for the custom commands?
I'm savvy enough to get it working with Cypress but not enough to register the information, if some one can poi... Updated 1 week ago |
| Flowershow/flowershow Use typescript (?) 0 Shall we use typescript? Pros and cons please ... Updated 5 days ago |
| Walt-id/waltid-storage-kit TypeScript support 0 Hello,
We are looking to explore your implementation of Confidential Storage to potentially integrate it into our product. But so far JS/TS makes the core of our stack.
Fo that reason, we wonder ... Updated 1 week ago |
| Mamun-swe/react-country-select-component Typescript support 1 Hey,
Thank you for amazing component, it would be better if there are types defined. Updated 1 week ago |
| Joemaidman/flub Typescript support 0 Description not entered. Updated 1 week ago |
Most Commented TypeScript Issues
| Nextcloud/browser_warning 6 |
---|---|
| Coinolio/coinolio 2500 |
| Rdotg/portfolio 2392 |
| Gustavoguanabara/git-github 2053 |
| Tvooo/coffee 1531 |
| Reactjs/rfcs 1394 |
| Fly51fly/aicoco 1388 |
| Keean/zenscript 1191 |
| AlejandroHerr/gatsby-otilio-starter 1169 |
| Dsmjs/components 1041 |