Files
directus/packages/errors/tsconfig.json
Rijk van Zanten b8cc796f4c Upgrade Node.js runtime version to 22 (#24140)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2025-01-08 13:26:14 +01:00

8 lines
117 B
JSON

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