Revision 515ba60b6fd0d52af2d2d69db21c57ae0ed5605f authored by Jessica Janiuk on 27 October 2021, 18:19:33 UTC, committed by GitHub on 27 October 2021, 18:19:33 UTC
1 parent 7af9900
Raw File
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*"
  ]
}
back to top