Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-21 23:23:02 +00:00
parent 1585e48af5
commit 3d0fde06d2
50 changed files with 2724 additions and 196 deletions

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

@ -0,0 +1,4 @@
export declare const sampleReactProjectDirPath: string;
export declare function setupSampleReactProject(): {
sampleReactProjectDirPath: string;
};