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>
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
},
|
|
"include": []
|
|
}
|