13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"extends": "../tsconfig.webview.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"paths": {
|
|
"@/*": ["../ui/src/*"],
|
|
"@vscode/*": ["./webview/*"],
|
|
"@openchamber/ui/*": ["../ui/src/*"]
|
|
}
|
|
},
|
|
"include": ["**/*"]
|
|
}
|