tsconfig.json 227 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "noEmit": true,
  4. "strict": true,
  5. "esModuleInterop": true,
  6. "forceConsistentCasingInFileNames": true,
  7. "skipLibCheck": true,
  8. "resolveJsonModule": true
  9. },
  10. "include": ["./*.ts"]
  11. }