Add paste provider sample

This commit is contained in:
Matt Bierner
2022-05-27 17:45:21 -07:00
parent 039da585af
commit ba4cf71052
14 changed files with 307 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"lib": ["es2020"],
"outDir": "out",
"sourceMap": true,
"rootDir": "src",
"strict": true
},
"exclude": ["node_modules", ".vscode-test"]
}