chore: init nest project

This commit is contained in:
Kilian Decaderincourt
2021-09-06 17:10:06 +02:00
parent 535990243c
commit de6a0efd3a
15 changed files with 16602 additions and 0 deletions

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}