1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00

add mime entry

This commit is contained in:
DanyLE 2022-07-19 20:53:01 +02:00
parent fd4b1064f5
commit 62435e387e
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -70,5 +70,9 @@
"ts":{ "ts":{
"mime": "text/x.typescript", "mime": "text/x.typescript",
"binary": false "binary": false
},
"map":{
"mime": "application/json",
"binary": false
} }
} }