Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-27 01:17:41 +00:00
parent 6e2b9071a6
commit 537823ad5d
54 changed files with 3005 additions and 223 deletions

2
tools/crawl.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
/** List all files in a given directory return paths relative to the dir_path */
export declare const crawl: (dir_path: string) => string[];