├── .all-contributorsrc ├── .gitignore ├── LICENSE ├── README.md ├── app.ts ├── bun.lockb ├── counter.service.ts ├── index.js ├── index.ts ├── package.json ├── renovate.json └── tsconfig.json /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/README.md -------------------------------------------------------------------------------- /app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/app.ts -------------------------------------------------------------------------------- /bun.lockb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/bun.lockb -------------------------------------------------------------------------------- /counter.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/counter.service.ts -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/index.js -------------------------------------------------------------------------------- /index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/index.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/package.json -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/renovate.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jellydn/ts-inlay-hints/HEAD/tsconfig.json --------------------------------------------------------------------------------