File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 22 "name" : " commitlint-plugin-prevenger" ,
33 "version" : " 1.0.2" ,
44 "main" : " dist/index.js" ,
5- "type" : " module" ,
65 "scripts" : {
76 "test" : " jest --coverage" ,
87 "build" : " tsc"
4443 "ts-node" : " ^10.9.2" ,
4544 "typescript" : " ^5.8.3"
4645 }
47- }
46+ }
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " ES2020" ,
4- "module" : " node16" ,
5- "declaration" : true , // <-- THIS enables .d.ts files
6- "declarationMap" : false ,
7- "emitDeclarationOnly" : false ,
8- "outDir" : " dist" , // <-- All compiled files go here
3+ "target" : " ES2019" ,
4+ "module" : " CommonJS" ,
5+ "outDir" : " dist" ,
6+ "declaration" : true ,
97 "strict" : true ,
108 "esModuleInterop" : true ,
119 "skipLibCheck" : true
12- }
10+ },
11+ "include" : [" src" ]
1312}
You can’t perform that action at this time.
0 commit comments