♻️(tokens) transform cunningham.dist.js to cunningham.ts
As of now configuration file can use the .ts extension so it seemed more homogeneous as the bin own source code is using Typescript.
This commit is contained in:
@@ -44,7 +44,7 @@ const registerTypescriptLoader = () => {
|
||||
};
|
||||
|
||||
const getDistConfig = async () => {
|
||||
const config = await import("./cunningham.dist.js");
|
||||
const config = await import("./cunningham");
|
||||
return config.default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user