feature():允许在ts文件中引入js模块
This commit is contained in:
parent
8ac330d8cf
commit
bb1ee3228a
|
|
@ -20,6 +20,8 @@
|
|||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"resolveJsonModule": true,
|
||||
"noImplicitAny": false,
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
|
|
|
|||
Loading…
Reference in New Issue