File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 " lib/**/*.js" ,
1313 " lib/**/*.d.ts" ,
1414 " dist/*.js" ,
15- " dist/*.d.ts"
15+ " dist/*.d.ts" ,
16+ " dist/*.map" ,
17+ " dist/*.LICENSE.txt"
1618 ],
1719 "homepage" : " https://github.com/martinRenou/ipycanvas" ,
1820 "bugs" : {
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "declaration" : true ,
44 "esModuleInterop" : true ,
5- "lib" : [" es2015" , " dom" ],
6- "module" : " commonjs" ,
5+ "module" : " ES2015" ,
76 "moduleResolution" : " node" ,
87 "noEmitOnError" : true ,
98 "noUnusedLocals" : true ,
1514 // This allows us to initialize members in the "initialize" method
1615 "strictPropertyInitialization" : false ,
1716 "strict" : true ,
18- "target" : " es2015 "
17+ "target" : " ES2017 "
1918 },
2019 "include" : [" src/**/*.ts" , " src/**/*.tsx" ]
2120}
You can’t perform that action at this time.
0 commit comments