mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* restructure * add changeset * add schema builder for primary fields * fmt * add relational generation * add more tests and clean schema.ts * fmt * add changeset * add standalone a2o relation * update export * fmt * fix omit * minor final fixes * make package private * fmt --------- Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com>
5 lines
65 B
JSON
5 lines
65 B
JSON
{
|
|
"extends": "@directus/tsconfig/node22",
|
|
"include": ["src"]
|
|
}
|