mirror of
https://github.com/directus/directus.git
synced 2026-01-30 00:37:55 -05:00
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@common/*": ["./common/*"],
|
|
"@query/*": ["./query/*"],
|
|
"@schema/*": ["./schema/*"],
|
|
"@utils/*": ["./utils/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "extensions"]
|
|
}
|