mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"extends": "../../src/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../../src",
|
|
},
|
|
"include": [
|
|
"../../src/indico/web/client/js/types",
|
|
"vc_zoom/indico_vc_zoom/client/**/*",
|
|
]
|
|
}
|