mapillary-js/tsconfig.json
2015-12-03 17:01:52 +01:00

8 lines
120 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES5",
"module": "commonjs"
}
}