flare / flare-ui /tsconfig.spec.json
ciyidogan's picture
Create tsconfig.spec.json
333fc86 verified
raw
history blame
195 Bytes
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}