File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- node_modules /
2- dist /
3- npm-debug.log
4- package-lock.json
1+ /node_modules /
2+ /dist /
3+ /inertia-helpers /
4+ /npm-debug.log
5+ /package-lock.json
Original file line number Diff line number Diff line change 1717 "main" : " dist/index.js" ,
1818 "types" : " dist/index.d.ts" ,
1919 "scripts" : {
20- "build" : " rm -rf dist && npm run build-plugin && npm run build-inertia-helpers" ,
21- "build-plugin" : " tsc" ,
22- "build-inertia-helpers" : " tsc --project tsconfig.inertia-helpers.json" ,
20+ "build" : " npm run build-plugin && npm run build-inertia-helpers" ,
21+ "build-plugin" : " rm -rf dist && tsc" ,
22+ "build-inertia-helpers" : " rm -rf inertia-helpers && tsc --project tsconfig.inertia-helpers.json" ,
2323 "lint" : " eslint --ext .ts ./src ./tests" ,
2424 "test" : " vitest run"
2525 },
File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
4+ "outDir" : " inertia-helpers" ,
45 "target" : " ES2020" ,
56 "module" : " ES2020" ,
67 },
78 "include" : [
8- " ./src/inertia-helpers.ts"
9+ " ./src/inertia-helpers/index .ts"
910 ]
1011}
You can’t perform that action at this time.
0 commit comments