Initial commit for Context Builder extension (#24094)

* Initial commit for context-builder extension

* Fix eslint unused param error
This commit is contained in:
Lewis Sanchez
2023-08-08 17:05:01 -07:00
committed by GitHub
parent 59fb8d6ddd
commit 606d808641
15 changed files with 1962 additions and 62 deletions

View File

@@ -0,0 +1,15 @@
{
"extends": "../tsconfig.base.json",
"compileOnSave": true,
"compilerOptions": {
"outDir": "./out",
"lib": [
"es6",
"es2015.promise",
"dom"
]
},
"exclude": [
"node_modules"
]
}