OwlCyberSecurity - MANAGER
Edit File: tsconfig.json
{ "compilerOptions": { "jsx": "preserve", "strictNullChecks": true, "strictPropertyInitialization": true, "strictFunctionTypes": true, "strictBindCallApply": true, "noImplicitThis": true, "moduleResolution": "nodenext", "module": "nodenext", "baseUrl": "./src", "skipLibCheck": true, "target": "esnext", "sourceMap": false, "outDir": "lib", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "allowJs": true }, "exclude": [ "node_modules", "lib", "spec", "commitlint.config.cjs", "**/*.spec.ts", "models", "migrations", "config", "example-app" ] }