char-slop/ai-dots

ai dotfiles

git clone https://git.t4t.associates/char-slop/ai-dots

Charlotte Somuse jiti for permission-gate / bash-effect-analyzer59f6e96

main
225 B12 linesraw
1{
2  "compilerOptions": {
3    "target": "es2023",
4    "module": "esnext",
5    "moduleResolution": "bundler",
6    "strict": true,
7    "skipLibCheck": true,
8    "noEmit": true,
9    "types": ["node"]
10  },
11  "include": ["*.ts"]
12}