Files
directus/packages/system-data/tsconfig.json
Brainslug 2c4883ae42 Filter system collections based on the system property (#21197)
Co-authored-by: Jan Arends <jan.arends@mailbox.org>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-02-14 14:40:57 +01:00

13 lines
229 B
JSON

{
"extends": "@directus/tsconfig/base",
"compilerOptions": {
"module": "NodeNext",
"lib": ["ES2020"],
"types": ["esbuild-yaml/types"]
},
"include": ["src"],
"typedocOptions": {
"entryPoints": ["./src/index.ts"]
}
}