mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"extends": "@directus/tsconfig/node18-esm",
|
|
"compilerOptions": {
|
|
"lib": ["DOM"]
|
|
},
|
|
"include": ["src", "tests"],
|
|
"typedocOptions": {
|
|
"entryPoints": ["./src/client.ts", "./src/*/index.ts"]
|
|
}
|
|
}
|