mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Co-authored-by: Jan Arends <jan.arends@mailbox.org> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
13 lines
229 B
JSON
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"]
|
|
}
|
|
}
|