mapillary-js/tsconfig.json
Oscar Lorentzon 32050cc82d Use type checking when linting
Use type checking so that no-unused-var and other options
that require type checking works.
Use separate tsconfig for docs to be able to specify files
included in docs independently.
2017-05-29 11:46:45 +00:00

9 lines
141 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES5",
"module": "commonjs",
"types": []
}
}