chore: import bvg

This commit is contained in:
Kierán Meinhardt
2020-10-17 22:14:00 +02:00
15 changed files with 2829 additions and 0 deletions

8
bvg/node/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es2017",
"strict": true,
"typeRoots": ["./src/types"]
},
"exclude": ["node_modules", "src/*.d.ts"]
}