File tree 1 file changed +24
-6
lines changed
1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 10
10
"baseUrl" : " ." ,
11
11
"rootDir" : " ." ,
12
12
"outDir" : " dist" ,
13
- "declaration" : true ,
14
13
"sourceMap" : true ,
14
+ "declaration" : true ,
15
+ "declarationMap" : true ,
15
16
"removeComments" : false ,
16
17
"noImplicitAny" : true ,
17
18
"noImplicitReturns" : true ,
20
21
"noUnusedParameters" : true ,
21
22
"strictNullChecks" : true ,
22
23
"suppressImplicitAnyIndexErrors" : true ,
23
- "types" : [" node" , " jest" ],
24
- "lib" : [" esnext" , " dom" , " es2017" ],
24
+
25
+ "lib" : [
26
+ " esnext" ,
27
+ " dom" ,
28
+ " es2017"
29
+ ],
30
+
25
31
"paths" : {
26
32
"@/*" : [" src/*" ],
27
33
"test/*" : [" test/*" ]
28
- }
34
+ },
35
+
36
+ "types" : [
37
+ " node" ,
38
+ " jest"
39
+ ]
29
40
},
30
- "include" : [" src" , " test" ],
31
- "exclude" : [" node_modules" ]
41
+
42
+ "include" : [
43
+ " src" ,
44
+ " test"
45
+ ],
46
+
47
+ "exclude" : [
48
+ " node_modules"
49
+ ]
32
50
}
You can’t perform that action at this time.
0 commit comments