chore: json files should be linted (#4462)

This commit is contained in:
Sébastien Lorber 2021-03-18 19:39:50 +01:00 committed by GitHub
parent 892d832a3e
commit 5543f09ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 40 additions and 41 deletions

View file

@ -7,7 +7,7 @@
"tsBuildInfoFile": "./lib/client/.tsbuildinfo",
"outDir": "lib/client",
"noImplicitAny": false,
"jsx": "react",
"jsx": "react"
},
"include": ["src/client"]
}