tsconfig.json 169 B

123456789
  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "module": "ES6",
  5. "lib": ["ESNext", "DOM"],
  6. "forceConsistentCasingInFileNames": true,
  7. "strict": true,
  8. }
  9. }