tsconfig.json 227 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "ESNext",
  5. "strict": false,
  6. "esModuleInterop": true,
  7. "skipLibCheck": true,
  8. "forceConsistentCasingInFileNames": true
  9. },
  10. "include": ["src", "spec"]
  11. }