mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
13 lines
128 B
Plaintext
13 lines
128 B
Plaintext
# source
|
|
**/*.ts
|
|
*.ts
|
|
|
|
# definitions
|
|
!**/*.d.ts
|
|
!*.d.ts
|
|
|
|
# configuration
|
|
package-lock.json
|
|
tslint.json
|
|
tsconfig.json
|
|
.prettierrc |