add meta, twilio

This commit is contained in:
Leifer Mendez
2022-08-11 14:39:45 +02:00
parent 5c3e9fa629
commit abe05e9ad1
12 changed files with 303 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */
@@ -99,5 +100,6 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"include": ["**/*"]
}