GlaDOS-agent/tsconfig.json
Overtorment 59d9f6613f init
2026-06-18 19:53:26 +01:00

13 lines
231 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"rootDir": "src"
},
"include": ["src/**/*"]
}