This website works better with JavaScript.
Explore
Help
Register
Sign In
alimohtarami
/
ecommerce-backend
Watch
1
Star
0
Fork
You've already forked ecommerce-backend
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80
Commits
1
Branch
0
Tags
296 KiB
Tag:
Branch:
Tree:
15b8d229d4
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '15b8d229d4'
${ noResults }
ecommerce-backend
/
tsconfig.build.json
5 lines
97 B
Raw
Normal View
History
Unescape
Escape
Initialize project with NestJS and configure basic setup
2 months ago
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}