File tree Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Expand file tree Collapse file tree 4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ prebuild() {
1010
1111build () {
1212 cd dist
13+ rm example.ts
1314 tsc -p .
1415 rm tsconfig.json
1516 cd ..
Original file line number Diff line number Diff line change 4040 "commit" : " git-cz"
4141 },
4242 "peerDependencies" : {
43- "typescript" : " >=3.2 "
43+ "typescript" : " >=2.9 "
4444 },
4545 "devDependencies" : {
4646 "@semantic-release/changelog" : " ^3.0.2" ,
7676 "tslint-clean-code" : " ^0.2.9" ,
7777 "tslint-microsoft-contrib" : " ^6.2.0" ,
7878 "tslint-sonarts" : " ^1.9.0" ,
79+ "ttypescript" : " ^1.5.7" ,
7980 "type-coverage" : " ^2.0.2" ,
8081 "typescript" : " ~3.4.5" ,
8182 "watchexec-bin" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1717 "skipLibCheck" : true ,
1818 "lib" : [
1919 " esnext"
20+ ],
21+ "plugins" : [
22+ {
23+ "transform" : " ./src/index.ts"
24+ }
2025 ]
2126 },
2227 "include" : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments