## 1.124.0

This commit is contained in:
2025-06-06 15:00:55 -07:00
commit 20a7c2ee08
53 changed files with 5191 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"compilerOptions": {
"typeRoots": ["./node_modules/@types"],
"allowSyntheticDefaultImports": true,
"lib": [
"ES2020"
],
"module": "commonjs",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"target": "ES2020"
},
"exclude": [
"node_modules",
".vscode-test",
"webviews"
]
}