1
1
import ts from "typescript" ;
2
- import tsThree from "typescript-three " ;
3
- import tsFourSeven from "typescript-four-seven " ;
2
+ import tsThree from "typescript-3 " ;
3
+ import tsFourSeven from "typescript-4.7 " ;
4
4
import path from "path" ;
5
5
6
- /* ****************************************************************************************************************** */
7
- // region: TS Instances
8
- /* ****************************************************************************************************************** */
9
-
10
- export { ts , tsThree , tsFourSeven } ;
11
-
12
- // endregion
13
-
14
- /* ****************************************************************************************************************** */
15
- // region: Config
16
- /* ****************************************************************************************************************** */
6
+ export { ts } ;
17
7
18
8
export const tsModules = < const > [
19
- [ "3.6.5" , tsThree , "typescript-three " ] ,
20
- [ "4.7.4" , tsFourSeven , "typescript-four-seven " ] ,
9
+ [ "3.6.5" , tsThree , "typescript-3 " ] ,
10
+ [ "4.7.4" , tsFourSeven , "typescript-4.7 " ] ,
21
11
[ "Latest" , ts , "typescript" ] ,
22
12
] ;
23
13
@@ -26,5 +16,3 @@ export const transformerPath = require.resolve("typescript-transform-paths");
26
16
export const builtTransformerPath = require . resolve ( "typescript-transform-paths" ) ;
27
17
28
18
Error . stackTraceLimit = 120 ;
29
-
30
- // endregion
0 commit comments