Files
doneit-web/src/app/module/chat/tsconfig.json
T

10 lines
212 B
JSON
Raw Normal View History

2024-08-22 12:27:57 +01:00
{
"compilerOptions": {
"strict": true,
"target": "ES2020",
"module": "CommonJS"
},
"include": [
"./**/*.ts" // Include all TypeScript files in the current directory and subdirectories
]
}