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

7 lines
122 B
JSON

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