Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-01 19:48:31 +00:00
parent 67243ecfc6
commit 1c894213b0
87 changed files with 20316 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;