chore: init api package

This commit is contained in:
Adrian Castro
2024-03-27 10:50:33 +01:00
parent 772bee2c1f
commit febc9c5e92
6 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "@movie-web/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": ["*.ts", "src"],
"exclude": ["node_modules"],
}