Separate YouTube video titles from on-video song/artist fields with Pro gating, serve curated fonts and watermark assets for 1:1 preview parity, and include billing/API/docs/deploy stack for self-hosted release. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
389 B
JSON
13 lines
389 B
JSON
// This file is not used by "docusaurus start/build" commands.
|
|
// It is here to improve your IDE experience (type-checking, autocompletion...),
|
|
// and can also run the package.json "typecheck" script manually.
|
|
{
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0",
|
|
"strict": true
|
|
},
|
|
"exclude": [".docusaurus", "build"]
|
|
}
|