mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"outDir": "../build/cjs/",
|
|
"sourceMap": false,
|
|
"target": "ES5"
|
|
}
|
|
}
|