Configure functions module to allow absolute imports
This commit is contained in:
parent
dd2366458d
commit
c004c036dd
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "../",
|
||||
"module": "commonjs",
|
||||
"noImplicitReturns": true,
|
||||
"outDir": "lib",
|
||||
|
|
Loading…
Reference in New Issue
Block a user