Add example of using CustomTextEditor api

This commit is contained in:
Matt Bierner
2020-04-03 14:55:20 -07:00
parent b5fc559a93
commit 74c6f88908
16 changed files with 845 additions and 0 deletions

View File

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