Typescripted cvat-core, cvat-data (#120)
* Typescripted cvat-core, cvat-data * Removed unused import * Fixed two issues * Fixed comments * Removed duplicated linemain
parent
4f1a778d22
commit
987a09201b
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es2020",
|
||||||
|
"allowJs": true,
|
||||||
|
"module": "commonjs",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"baseUrl": "src",
|
||||||
|
},
|
||||||
|
"include": ["src/*.ts"]
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es2020",
|
||||||
|
"allowJs": true,
|
||||||
|
"module": "commonjs",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"baseUrl": "src",
|
||||||
|
},
|
||||||
|
"include": ["src/*.ts"]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue