chat-app/tsconfig.json

10 lines
129 B
JSON

{
"compilerOptions": {
"outDir": "build",
"allowJs": true
},
"include": [
"src/**/*"
]
}