Files
GetiyoSimpleAIVisual/server/tsconfig.json
2025-04-30 18:58:08 +02:00

10 lines
161 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"target": "ES2020"
},
"include": [
"*.ts"
]
}