Answers for "tsconfig advanced-1"

0

tsconfig advanced-1

{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "outDir": "dist",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true
  }
}
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language