19 lines
309 B
JSON
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"
|
|
]
|
|
} |