File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 77 "type" : " module" ,
88 "exports" : {
99 "." : {
10- "types" : " ./types/index.d.ts" ,
11- "default" : " ./types/index.js"
10+ "fastly" : {
11+ "types" : " ./types/index.d.ts" ,
12+ "default" : " ./types/index.js"
13+ },
14+ "default" : {
15+ "types" : " ./dist/index.d.ts" ,
16+ "default" : " ./dist/index.js"
17+ }
18+ },
19+ "./fastly-esbuild-plugin" : {
20+ "types" : " ./dist/esbuild-plugins/fastlyPlugin.d.ts" ,
21+ "default" : " ./dist/esbuild-plugins/fastlyPlugin.js"
1222 }
1323 },
1424 "repository" : {
Original file line number Diff line number Diff line change 1+ import { fastlyPlugin } from './esbuild-plugins/fastlyPlugin.js' ;
2+
3+ export { fastlyPlugin } ;
Original file line number Diff line number Diff line change 99 "moduleResolution" : " nodenext" ,
1010 "skipLibCheck" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
12- "allowJs" : true
12+ "allowJs" : true ,
13+ "declaration" : true
1314 },
1415 "include" : [
1516 " src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments