Browse Source

6.6-4: back to a simple import configuration.

Frederic G. MARAND 5 years ago
parent
commit
8125177d14
1 changed files with 0 additions and 12 deletions
  1. 0 12
      app/tsconfig.json

+ 0 - 12
app/tsconfig.json

@@ -7,19 +7,7 @@
     "moduleResolution": "node",
     // Debug helper
     // "traceResolution": true,
-    // BaseUrl defines the default search base for non-relative imports
-    "baseUrl": "./modules",
     // Paths works with baseUrl to configure how particular modules map to files.
-    "paths": {
-      // Module: [paths, relative to baseUrl].
-      "my_lib": ["./customPath"]
-    },
-    // RootDirs is useful when sources to combine are in multiple directory hierarchies.
-    "rootDirs": [
-      "modules",
-      "src",
-      "ts/modules"
-    ],
     "removeComments": true
   },
   "files": [