feat: update crud application readme

This commit is contained in:
thomas laforge
2022-11-13 15:45:02 +01:00
parent fd7691529f
commit e24cd09745
17 changed files with 36 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": []
}
}