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 33 "version" : " 0.0.1-alpha" ,
44 "description" : " Compiler used to compile Syntax Script projects." ,
55 "main" : " dist/index.js" ,
6+ "types" : " dist/types.d.ts" ,
67 "scripts" : {
78 "lint" : " eslint ./src/**/*.ts" ,
89 "prebuild" : " npm run lint && node distDeletor.js" ,
9- "build" :" tsc" ,
10- "postbuild" :" cls && echo Builded"
10+ "build" : " tsc" ,
11+ "postbuild" : " cls && dts-bundle-generator src/index.ts -o dist/types.d.ts && echo Builded" ,
12+ "prepack" : " npm run build"
1113 },
1214 "repository" : {
1315 "type" : " git" ,
Original file line number Diff line number Diff line change 66 "moduleResolution" : " nodenext" ,
77 "target" : " ESNext" ,
88 "skipLibCheck" : true ,
9- "allowUnreachableCode" : false ,
10- "declaration" : true
9+ "allowUnreachableCode" : false
1110 },
1211 "exclude" : [" ./syx/**/*" ],
1312 "include" : [" ./src" ]
You can’t perform that action at this time.
0 commit comments