Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-05 14:49:27 +00:00
parent aafcfb62f2
commit 7bdf9b081c
113 changed files with 21349 additions and 223 deletions

2
test/setupSampleReactProject.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
export declare const sampleReactProjectDirPath: string;
export declare function setupSampleReactProject(): void;