Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-21 22:27:20 +00:00
parent 98c5fce8b4
commit 43eb737f17
46 changed files with 1984 additions and 195 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;
};