mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Create package * TypeDoc Init Config * Start Config * Configure Packages * Generation * Add Plugins * Vitepress Generation * More Generation * Fix Lock File * Fix Connections * Build Step * Deployment Testing * Fix Sidebar * Fix Lock File * Deployment Fix * Change Sidebar * Final POC/MVP Updates * fix commands * fix dev deps * fix netlify functions * CHANGELOG: Create warm-spiders-double.md * Fix typing * Remove double title --------- Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"extends": "@directus/tsconfig/node18-esm.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"typedocOptions": {
|
|
"entryPoints": ["./src"]
|
|
}
|
|
}
|