mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com> Co-authored-by: Jovana Đurić <63621526+jovanadjuric@users.noreply.github.com> Co-authored-by: jovanadjuric <mat.jovana@gmail.com> Co-authored-by: Mike Guida <mike@mguida.com> Co-authored-by: gioboa <giorgiob.boa@gmail.com>
9 lines
215 B
JSON
9 lines
215 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [".docusaurus", "build"]
|
|
}
|