From f68213955eeea7472bbe201155f584c6e173c841 Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 12 Jun 2026 02:05:20 -0400 Subject: [PATCH] Updated logo --- README.md | 5 ++--- tsconfig.json | 39 --------------------------------------- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 tsconfig.json diff --git a/README.md b/README.md index df5cbce..f7aa9e2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@
- - Logo - + Logo + ### 291st Joint Task Force diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index b3b4f0b..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "compileOnSave": false, - "compilerOptions": { - "baseUrl": "./", - "outDir": "./out-tsc/app", - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitOverride": true, - "noPropertyAccessFromIndexSignature": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "sourceMap": true, - "declaration": false, - "downlevelIteration": true, - "experimentalDecorators": true, - "moduleResolution": "node", - "importHelpers": true, - "target": "es2020", - "types": [], - "module": "es2020", - "lib": [ - "es2020", - "dom" - ] - }, - "angularCompilerOptions": { - "enableI18nLegacyMessageIdFormat": false, - "strictInjectionParameters": true, - "strictInputAccessModifiers": true, - "strictTemplates": true - }, - "files": [ - "src/main.ts", - "src/polyfills.ts" - ], - "include": [ - "src/**/*.d.ts" - ] -}