FRE-4529: Strip ShieldAI configs from FrenoCorp
Removed root-level ShieldAI config files left behind after Phase A1: - check-identity.js, docker-compose.yml, Dockerfile, drizzle.config.ts - package-lock.json, tsconfig.base.json, vite.config.ts, vitest.config.ts - turbo.json Rewrote package.json and tsconfig.json for FrenoCorp identity. Only agents/, analysis/, memory/, plans/ remain. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -3,25 +3,13 @@
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@lib/*": ["src/lib/*"],
|
||||
"@components/*": ["src/components/*"],
|
||||
"@types": ["src/types/index.ts"]
|
||||
},
|
||||
"types": ["vite-plugin-solid"]
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["agents/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"include": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user