TypeScript Project Config

在项目根目录下,名为 tsconfig.json 的配置文件:

{
    "compilerOptions": {
        "outDir": "./built",
        "allowJs": true,
        "target": "es5"
    },

    "include": [
        "./src/**/*"
    ],

    // ---------------------------
    // 以下是非标选项。

    // 保存时执行编译。
    "compileOnSave": true,
    // SUPPORTED BY
    // * atom-typescript

    // 兼容 minmatch|glob|regex 表示法的文件列表。
    "filesGlob": [],
    // SUPPORTED BY
    // * atom-typescript


    "author": "youngoat@163.com"
}

results matching ""

    No results matching ""