๐Ÿ“ฆ nestjs / nest

๐Ÿ“„ .npmignore ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15# source
**/*.ts
*.ts

# definitions
!**/*.d.ts
!*.d.ts

# configuration
package-lock.json
tslint.json
tsconfig.json
.prettierrc

*.tsbuildinfo