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