mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
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.
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"types": []
|
|
}
|
|
}
|