@Types
It is where the global project typings are declared.
.
└── @types
├── env.d.ts
├── express.d.ts
├── keys.d.ts
└── [name].d.ts
Was this helpful?
It is where the global project typings are declared.
.
└── @types
├── env.d.ts
├── express.d.ts
├── keys.d.ts
└── [name].d.ts
Was this helpful?