summaryrefslogtreecommitdiff
path: root/cli/tests/038_checkjs.tsconfig.json
blob: 46d96db9ede96d445c52cdd16887e43dcdb87790 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true
  }
}