Files
dotfiles/pi/files/agent/extensions/tsconfig.json
T
Thomas G. Lopes 94b95291ed better configs
2026-03-04 19:43:09 +00:00

13 lines
228 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["node"]
},
"include": ["**/*.ts"]
}