mapillary-js/tsconfig.json
Oscar Lorentzon 632a16222d Generate docs from npm script.
Use tsconfig file to specify included files. Used implicitly
by typedoc.
tsconfig files property needs to be overridden in build scripts.
2016-07-12 15:17:03 -04:00

15 lines
338 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES5",
"module": "commonjs"
},
"files": [
"./src/graph/edge/EdgeDirection.ts",
"./src/render/RenderMode.ts",
"./src/viewer/interfaces/IViewerOptions.ts",
"./src/viewer/ImageSize.ts",
"./src/viewer/Viewer.ts"
]
}