chore: load default built-in extensions from a json file instead of ts (#1470)

This commit is contained in:
Alex Hancock
2025-03-03 12:57:46 -05:00
committed by GitHub
parent 9ae9045584
commit 4f4c8c9f70
3 changed files with 55 additions and 61 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.json' {
const value: any;
export default value;
}