2025-06-06 15:00:55 -07:00

19 lines
309 B
JSON

{
"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"
]
}