tsconfig.json 165 B

12345678
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "compilerOptions": {
  5. "checkJs": true,
  6. "strict": true
  7. }
  8. }