From a110c200e86d2325af07167531fac0f61d9681a0 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 26 Dec 2025 18:41:26 +0100 Subject: Switch to GUI to manage the library Allow to regroup the CLI and the view into one unique tool. --- library/tsconfig.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 library/tsconfig.json (limited to 'library/tsconfig.json') diff --git a/library/tsconfig.json b/library/tsconfig.json deleted file mode 100644 index 1e07c37..0000000 --- a/library/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