You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"emitDeclarationOnly": true,
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"declarationDir": "dist/declaration",
|
|
"paths": {
|
|
"cvat-canvas.node": ["dist/cvat-canvas.node"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/typescript/*.ts"
|
|
]
|
|
}
|