swt 4.1.3

🍬 Sweet: A blazing-fast code health and architecture analyzer.
Documentation
{
  "compilerOptions": {
    "module": "NodeNext",
    "target": "ESNext",
    "outDir": "out",
    "lib": [
      "ESNext"
    ],
    "sourceMap": true,
    "rootDir": "src",
    "strict": true,
    "esModuleInterop": true,
    "noImplicitAny": true,
    "moduleResolution": "NodeNext"
  },
  "exclude": [
    "node_modules",
    ".vscode-test",
    "scripts"
  ]
}