tsconfig.json 178 B

123456789
  1. {
  2. "compilerOptions": {
  3. "strictNullChecks": true,
  4. "moduleResolution": "node",
  5. "jsx": "preserve",
  6. "allowSyntheticDefaultImports": true,
  7. "target": "es6"
  8. }
  9. }