Files
directus/packages/schema-builder/tsconfig.json
Nitwel b23fd0086d Add SchemaOverview builder for internal testing (#25011)
* 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>
2025-04-10 10:58:01 -04:00

5 lines
65 B
JSON

{
"extends": "@directus/tsconfig/node22",
"include": ["src"]
}