Files
my-wallet-ds/projects/my-wallet-ds/tsconfig.spec.json
2025-07-19 22:26:14 -03:00

15 lines
273 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine"
]
},
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}