char-slop/ai-dots

ai dotfiles

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

Charlotte Sompermission-gate: switch to bash-effect-analyzere8b4f41

main
308 B14 linesraw
1{
2  "compilerOptions": {
3    "target": "ES2023",
4    "module": "NodeNext",
5    "moduleResolution": "NodeNext",
6    "strict": true,
7    "noEmit": true,
8    "skipLibCheck": true,
9    "types": ["node"],
10    "verbatimModuleSyntax": true
11  },
12  "include": ["lib/**/*.ts"],
13  "exclude": ["dist", "node_modules"]
14}