mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"outDir": "build/cjs/",
|
|
"target": "ES5"
|
|
}
|
|
}
|