chore: init providers package

This commit is contained in:
Adrian Castro
2024-02-04 20:41:56 +01:00
parent a3f184979e
commit 8593d76984
5 changed files with 213 additions and 30 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"],
}