From 1d46022ec65597c46f27788eae520f36f0bb0324 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 23 Feb 2025 14:28:50 -0500 Subject: Initialize angular project --- ufund-ui/tsconfig.spec.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ufund-ui/tsconfig.spec.json (limited to 'ufund-ui/tsconfig.spec.json') diff --git a/ufund-ui/tsconfig.spec.json b/ufund-ui/tsconfig.spec.json new file mode 100644 index 0000000..5fb748d --- /dev/null +++ b/ufund-ui/tsconfig.spec.json @@ -0,0 +1,15 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine" + ] + }, + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} -- cgit v1.2.3