From ac6c1d646af5c44e61322bbb3f509f30c1143983 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 9 Sep 2023 01:36:03 -0400 Subject: [PATCH] Change tsconfig --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 70ba282..ab7739d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,9 +31,6 @@ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ - "paths": { - "~/*": ["./src/*"] - }, // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ // "types": [], /* Specify type package names to be included without being referenced in a source file. */