spec: import asset as txt file, for bundlers

This commit is contained in:
2025-01-04 18:33:11 +08:00
parent ab8e6b57f9
commit abb60fe3cb
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.cfg' {
const content: string;
export default content;
}