tsconfig.json 166 B

123456789
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "checkJs": true,
  5. "strict": true,
  6. "noImplicitAny": true,
  7. "target": "es2015"
  8. }
  9. }