remove experimentalDecorators wa

2020-01-16  本文已影响0人  思考蛙

Create tsconfig.json file in the root directory of your project and include the following options.

{
    "compilerOptions": {
        "experimentalDecorators": true,
        "allowJs": true
    }
}
上一篇下一篇

猜你喜欢

热点阅读