1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Remove .d.ts

This commit is contained in:
Adria Navarro 2024-03-20 11:01:53 +01:00
parent 9c08a40e7e
commit 2f016d86e3

View file

@ -1,11 +0,0 @@
declare const _default: {
preset: string;
testEnvironment: string;
transform: {
"^.+\\.ts?$": string;
};
moduleNameMapper: {
"@budibase/types": string;
};
};
export default _default;