Configure functions module to allow absolute imports

This commit is contained in:
Marshall Polaris 2022-05-08 23:41:17 -07:00
parent dd2366458d
commit c004c036dd

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "../",
"module": "commonjs",
"noImplicitReturns": true,
"outDir": "lib",