mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
# source
|
|
**/*.ts
|
|
*.ts
|
|
|
|
# definitions
|
|
!**/*.d.ts
|
|
!*.d.ts
|
|
|
|
# configuration
|
|
package-lock.json
|
|
tslint.json
|
|
tsconfig.json
|
|
.prettierrc
|
|
|
|
*.tsbuildinfo |