Add sample value provider (#17548)

This commit is contained in:
Charles Gagnon
2021-11-01 11:27:03 -07:00
committed by GitHub
parent cfdc7005a2
commit 9bbe39e9e2
12 changed files with 387 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"sourceMap": true,
"rootDir": "src",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"exclude": [
"node_modules"
]
}