GITLAB

Anan Sangthongtum / Editer_tinymce_vs_froala

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • editer_tinymce_vs_froala
  • src
  • tsconfig.app.json
  • b140204c   . Browse Code ยป
    Anan Sangthongtum
    2018-09-04 09:52:48 +0700  
tsconfig.app.json 211 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./",
    "module": "es2015",
    "types": []
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}