tsconfig.json 173 B

123456789
  1. {
  2. "compilerOptions": {
  3. "alwaysStrict": true,
  4. "module": "ESNext",
  5. "strict": true,
  6. "target": "esnext",
  7. "declaration": true
  8. }
  9. }