Files
2026-07-13 12:33:44 +08:00

49 lines
837 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "nodenext",
"module": "esnext",
"target": "esnext",
"baseUrl": "."
},
"exclude": ["applications/redeye-e2e/*", "tmp", "applications/redeye-e2e/cypress.config.js", "node_modules"],
"references": [
{
"path": "applications/client"
},
{
"path": "applications/server"
},
{
"path": "docs/landing-page"
},
{
"path": "packages/graph"
},
{
"path": "packages/migrations"
},
{
"path": "packages/models"
},
{
"path": "packages/ui-styles"
},
{
"path": "parsers/brute-ratel-parser"
},
{
"path": "parsers/cobalt-strike-parser"
},
{
"path": "parsers/parser-core"
},
{
"path": "parsers/sliver-parser"
}
]
}