* Update AGENTS.md and CLAUDE.md for improved clarity and structure * Added MCP Server * Added missing triggers to tables that should have used them * Updated all dependencies * Fixed rare bug in React present in the Admin layout which prevents navigating to pages (sometimes...)
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"extends": "@kit/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
|
|
"outDir": "./build",
|
|
"noEmit": false,
|
|
"strict": false,
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node"
|
|
},
|
|
"files": ["src/index.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|