initial commit

This commit is contained in:
Lucas Nogueira
2021-09-14 20:50:05 -03:00
commit 9f6a7e8b72
45 changed files with 8622 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ES5",
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"types": ["@types"]
},
"declaration": true,
"declarationDir": "../webview-dist",
"rootDir": "./"
},
"include": ["./"]
}