File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 48
48
"author" : " Jacky Jiang <t83714@gmail.com>" ,
49
49
"license" : " MIT" ,
50
50
"private" : true ,
51
+ "sideEffects" : false ,
51
52
"bugs" : {
52
53
"url" : " https://github.com/t83714/fractal-component/issues"
53
54
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "module" : " commonjs" ,
4
- "lib" : [" es6" ],
3
+ "lib" : [" es6" , " dom" ],
5
4
"noImplicitAny" : true ,
6
5
"noImplicitThis" : true ,
7
6
"strictNullChecks" : true ,
8
7
"strictFunctionTypes" : true ,
9
8
"noEmit" : true ,
10
-
11
- // If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
12
- // If the library is global (cannot be imported via `import` or `require`), leave this out.
13
- "baseUrl" : " ." ,
14
- "paths" : { "mylib" : [" ." ] }
9
+ "baseUrl" : " ."
15
10
}
16
11
}
You can’t perform that action at this time.
0 commit comments