Import aliases in .now.ts files #36
-
|
Is it possible to set up import aliases in the Fluent .now.ts files? When we have nested folders, it can cause some really long import paths. For example, in order for With the non-Fluent files, we can simply add an entry into |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Currently our compilerOptions are hard coded when we start up with no exposed option to modify it, and we did not want to expose it much due to the static analysis of the code we need to do. This does seem like a valid use case for modifying a subset of options though like |
Beta Was this translation helpful? Give feedback.
Currently our compilerOptions are hard coded when we start up with no exposed option to modify it, and we did not want to expose it much due to the static analysis of the code we need to do. This does seem like a valid use case for modifying a subset of options though like
path, I'll add it to our list to investigate opening this one up.