clearml-web/tsconfig.spec.json
shyallegro 946d6ec9ae
release v2.0 (#98)
Co-authored-by: shallegro <shay@allego.ai>
2025-01-01 10:29:37 +02:00

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"
]
}