Skip to content
Snippets Groups Projects
tsconfig.json 89 B
Newer Older
  • Learn to ignore specific revisions
  •   "compilerOptions": {
        "strictNullChecks": false,
        "noImplicitThis": true
      }
    }