mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
946d6ec9ae
Co-authored-by: shallegro <shay@allego.ai>
14 lines
186 B
JSON
14 lines
186 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"src/main.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|