mirror of
https://github.com/directus/directus.git
synced 2026-01-10 13:57:55 -05:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"extends": "@directus/tsconfig/node22",
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM"]
|
|
},
|
|
"include": ["src", "tests"],
|
|
"typedocOptions": {
|
|
"entryPoints": ["./src/client.ts", "./src/*/index.ts"]
|
|
}
|
|
}
|