📅  最后修改于: 2022-03-11 14:48:18.081000             🧑  作者: Mango
代码示例1
// Add to tsconfig.json:
{
"compilerOptions": {
...
"allowJs": true
...
}
}
import MyModule from './../pages/MyModule';