# Lập trình TypeScript   (ok)

tsconfig.json

```
{
  "compilerOptions":
  {
    "target": "es6",
    "outDir": "mjs",
    "removeComments": true,
    "sourceMap": true,
    "watch": true
  },
  "exclude": [
    "css",
    "js",
    "mjs"
  ]
}
```

{% file src="<https://2726517656-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1E4Gk2ppVKb4olmnun%2F-M2vyResiRHNfPTrzz4k%2F-M2vyVJ1hrzLiEy17D_r%2Fhtml.rar?alt=media&token=e3ab8088-1d0c-4a7f-b311-fdbcfc3a91d0>" %}
