mapillary-js/tsconfig.test.json
2021-03-22 11:56:49 +01:00

10 lines
185 B
JSON

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