GITLAB

杨桓桓 / PCSdk_laya

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • pcsdk_laya
  • puchi_laya
  • tsconfig.json
  • a99b6e61   add sdk 1.0.0 Browse Code »
    杨桓桓
    2020-03-05 14:54:55 +0800  
tsconfig.json 176 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
    "noEmitHelpers": true,
    "sourceMap": false
  },
  "exclude": [
    "node_modules"
  ]
}