char-slop/ai-dots
ai dotfiles
git clone https://git.t4t.associates/char-slop/ai-dots
59f6e96
main
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}