js-waku-examples/examples/relay-angular-chat/tsconfig.spec.json

11 lines
277 B
JSON
Raw Normal View History

2022-06-17 00:48:15 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
2022-12-09 11:29:11 +00:00
"types": ["jasmine"]
2022-06-17 00:48:15 +00:00
},
2022-12-09 11:29:11 +00:00
"files": ["src/test.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
2022-06-17 00:48:15 +00:00
}