Create tsconfig.json file in the root directory of your project and include the following options.
{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true
}
}
Create tsconfig.json file in the root directory of your project and include the following options.
{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true
}
}
本文标题:remove experimentalDecorators wa
本文链接:https://www.haomeiwen.com/subject/dfksactx.html
网友评论