File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export * from "./miniButton";
33export * from "./miniImage" ;
44export * from "./miniInput" ;
55export * from "./miniRadiaChart" ;
6- export * from "./miniTextarea" ;
6+ export * from "./miniTextarea" ;
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ESNext" ,
43 "module" : " ESNext" ,
4+ "moduleResolution" : " bundler" ,
55 "jsx" : " react-jsx" ,
6+ "target" : " ESNext" ,
67 "declaration" : true ,
78 "esModuleInterop" : true ,
8- "skipLibCheck" : true ,
9- "moduleResolution" : " node" ,
9+ "allowSyntheticDefaultImports" : true ,
1010 "strict" : true ,
11- "outDir" : " dist"
11+ "skipLibCheck" : true ,
12+ "outDir" : " dist" ,
13+ "lib" : [" DOM" , " ESNext" ]
1214 },
13- "include" : [" src" ]
14- }
15+ "include" : [" src/**/*" ],
16+ "exclude" : [" node_modules" , " dist" ]
17+ }
You can’t perform that action at this time.
0 commit comments