mapillary-js/config/tsconfig.test.json
2021-03-27 18:34:32 +01:00

11 lines
191 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"declaration": false,
"module": "commonjs",
"outDir": "../build/cjs/",
"sourceMap": false,
"target": "ES5"
}
}