TypeScript配置文件

{
    "compilerOptions": {
        "target": "ES5",
        "outDir": "dist",
        "watch": true,
        "experimentalDecorators": true
    },
    "include": [
        "./src/**/*.ts"
    ]
}
posted @ 2020-08-15 14:42  生命树gyh  阅读(125)  评论(0编辑  收藏  举报
© 2020 GitHub, Inc.