Commit 4baf1a9 1 parent c3aac50 commit 4baf1a9 Copy full SHA for 4baf1a9
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.1 " ,
5
+ "version" : " 0.3.0-beta.2 " ,
6
6
"license" : " ISC" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change 4
4
"sourceMap" : true ,
5
5
"noImplicitAny" : true ,
6
6
"module" : "ES2020" ,
7
- "target" : "ES6" ,
7
+ "target" : "ES2022" ,
8
+ "moduleResolution" : "bundler" ,
8
9
"stripInternal" : true ,
9
10
"alwaysStrict" : true ,
10
- "moduleResolution" : "node" ,
11
11
"forceConsistentCasingInFileNames" : true ,
12
12
"noImplicitReturns" : true ,
13
13
"strict" : true ,
14
14
"noUnusedLocals" : true ,
15
15
"jsx" : "react" ,
16
16
"skipLibCheck" : true
17
17
} ,
18
- "include" : [ "./src/**/*" ]
18
+ "include" : [ "./src/**/*" ] ,
19
+ "exclude" : [ "dist" , "typedoc" ]
19
20
}
You can’t perform that action at this time.
0 commit comments