Commit d2d740e 1 parent ae58ea6 commit d2d740e Copy full SHA for d2d740e
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @aptre/flex-layout" ,
3
3
"author" : " Caplin Systems Ltd" ,
4
4
"description" : " A multi-tab docking layout manager" ,
5
- "version" : " 0.3.0-beta.3 " ,
5
+ "version" : " 0.3.0-beta.4 " ,
6
6
"license" : " ISC" ,
7
7
"repository" : {
8
8
"type" : " git" ,
31
31
"types" : " ./dist/index.d.ts" ,
32
32
"exports" : {
33
33
"." : {
34
+ "types" : " ./dist/index.d.ts" ,
34
35
"import" : " ./dist/index.mjs" ,
35
- "types " : " ./dist/index.d.ts "
36
+ "default " : " ./dist/index.mjs "
36
37
},
37
38
"./style" : " ./style/" ,
38
39
"./style/_base.scss" : " ./style/_base.scss" ,
Original file line number Diff line number Diff line change 3
3
"outDir" : "./dist/" ,
4
4
"sourceMap" : true ,
5
5
"noImplicitAny" : true ,
6
- "module" : "ES2020 " ,
6
+ "module" : "ESNext " ,
7
7
"target" : "ES2022" ,
8
- "moduleResolution" : "bundler " ,
8
+ "moduleResolution" : "node " ,
9
9
"stripInternal" : true ,
10
10
"alwaysStrict" : true ,
11
11
"forceConsistentCasingInFileNames" : true ,
You can’t perform that action at this time.
0 commit comments