mempool/frontend/tsconfig.spec.json

21 lines
316 B
JSON
Raw Permalink Normal View History

{
2020-07-19 14:34:09 +02:00
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
2023-08-04 17:19:19 +02:00
"node",
"cypress",
"cypress-wait-until"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}