Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

tsconfig.tests.json 265 B

3 år sedan
123456789101112
  1. {
  2. "extends": "./tsconfig.json",
  3. "include": ["./src/**/*.test.*"],
  4. "exclude": [],
  5. "compilerOptions": {
  6. "noImplicitAny": false,
  7. "noImplicitThis": false,
  8. "noUnusedLocals": false,
  9. "noUnusedParameters": false,
  10. "strictNullChecks": false
  11. }
  12. }