init
This commit is contained in:
commit
99ca448d0d
52 changed files with 3241 additions and 0 deletions
10
src/global.d.ts
vendored
Normal file
10
src/global.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
declare module "*.txt" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.utf8ans" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue