Skip to content
Snippets Groups Projects
Commit c563b697 authored by Léo Banno-Cloutier's avatar Léo Banno-Cloutier Committed by Sébastien Blin
Browse files

jams-react-client: add checkJs compiler flag

Change-Id: I9f9f0ace1fd95773ce4a680f47a070884d0e3502
parent 1114316d
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,6 @@ module.exports = {
],
rules: {
"react/prop-types": "off",
"no-unused-vars": "warn",
},
};
{
"compilerOptions": {
"jsx": "react",
"baseUrl": "src",
"paths": {
"*": ["./src/*"]
}
},
"checkJs": true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment