Fix IDE resolution of absolute module paths
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
"moduleResolution": "node",
|
||||
"allowUmdGlobalAccess": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strictBindCallApply": true
|
||||
"strictBindCallApply": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"**/node_modules/**",
|
||||
|
||||
Reference in New Issue
Block a user