cvat/cvat-data/tsconfig.json

14 lines
284 B
JSON
Raw Normal View History

2025-09-16 01:19:40 +00:00
{
"compilerOptions": {
"target": "ESNext",
"allowJs": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"noEmit": true,
"baseUrl": "src",
},
"include": ["src/ts/*.ts"]
}