tsconfig.json 211 字节
Newer Older
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
1
{
2 3 4 5 6 7 8 9 10 11 12
  "compilerOptions": {
    "module": "commonjs"
    , "target": "es6"
    , "types" : [ "node" ]
    , "noImplicitAny": false
    , "sourceMap": true
  }
  , "exclude": [
    "node_modules"
    , "dist"
  ]
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
13
}