mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
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"
|
||
|
]
|
||
|
}
|