aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/tsconfig.app.json
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
commit1d46022ec65597c46f27788eae520f36f0bb0324 (patch)
tree1ef5e38477bcc3f763d3ef2f071c721404f94493 /ufund-ui/tsconfig.app.json
parent2fc9729cdf220e03f43183a148f8b5780c50e515 (diff)
downloadJellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.gz
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.bz2
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.zip
Initialize angular project
Diffstat (limited to 'ufund-ui/tsconfig.app.json')
-rw-r--r--ufund-ui/tsconfig.app.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/ufund-ui/tsconfig.app.json b/ufund-ui/tsconfig.app.json
new file mode 100644
index 0000000..3775b37
--- /dev/null
+++ b/ufund-ui/tsconfig.app.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/app",
+ "types": []
+ },
+ "files": [
+ "src/main.ts"
+ ],
+ "include": [
+ "src/**/*.d.ts"
+ ]
+}