Files
tgCrewUser/tsconfig.json
2025-06-05 20:00:58 +03:00

7 lines
151 B
JSON

{
"extends": "./.quasar/tsconfig.json",
"compilerOptions": {
"types": ["@twa-dev/types", "node"]
},
"include": ["src/**/*", "types/**/*"]
}