Icard/angular-clarity-master(work.../projects/angular-editor-fabric-js/tsconfig.spec.json

18 lines
246 B
JSON
Raw Permalink Normal View History

2024-07-16 15:23:22 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}