For importing absolute path in future
This commit is contained in:
@ -10,7 +10,13 @@
|
||||
"rootDir": "./",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"noUnusedLocals": true
|
||||
"noUnusedLocals": true,
|
||||
"baseUrl": "./",
|
||||
"paths" : {
|
||||
"/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"tests",
|
||||
|
@ -34,6 +34,7 @@
|
||||
"no-unused-variable": [
|
||||
true
|
||||
],
|
||||
"no-implicit-dependencies": false
|
||||
"no-implicit-dependencies": false,
|
||||
"no-submodule-imports": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user