mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
Some checks failed
Build Check / build (push) Has been cancelled
Co-authored-by: shallegro <shay@allego.ai>
19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
],
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|