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