Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.ts", "worker-configuration.d.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|