Lập trình TypeScript (ok)

https://www.typescriptlang.org/docs/handbook/compiler-options.html

tsconfig.json

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

Last updated

Navigation

Lionel

@Copyright 2023