Revision f3de9224e4b1a2b9780b58fc1b8f929dfa983435 authored by JoostK on 08 December 2021, 18:24:36 UTC, committed by Dylan Hunn on 04 January 2022, 23:54:09 UTC
This code is no longer used now that ViewEngine has been removed.

PR Close #44411
1 parent 1d39a5e
Raw File
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*"
  ]
}
back to top