From 1ebc55c72a1a17293bbf4ad86e0177a10a794750 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 17 Sep 2023 12:23:47 +0200 Subject: Make app packageable --- src/view/tsconfig.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/view/tsconfig.json (limited to 'src/view/tsconfig.json') diff --git a/src/view/tsconfig.json b/src/view/tsconfig.json deleted file mode 100644 index 1e07c37..0000000 --- a/src/view/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compilerOptions": { - "module": "amd", - "target": "es2020", - "baseUrl": "client", - "outFile": "public/main.js", - "noImplicitAny": true, - "strictNullChecks": true, - "removeComments": true, - "preserveConstEnums": true - }, - "include": ["client/**/*"] -} -- cgit v1.2.3