chat-app/tsconfig.webpack.json

10 lines
132 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"allowJs": true
},
"include": [
"webpack/**/*"
]
}