File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
examples/benchmarks/bubblebench/sharedtree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " MIT" ,
13
13
"author" : " Microsoft and contributors" ,
14
- "main" : " dist/index.js" ,
15
- "module" : " lib/index.js" ,
16
- "types" : " dist/index.d.ts" ,
14
+ "type" : " module" ,
17
15
"scripts" : {
18
16
"build" : " fluid-build . --task build" ,
19
17
"build:compile" : " fluid-build . --task compile" ,
20
- "build:esnext" : " tsc --project ./tsconfig.esnext. json" ,
18
+ "build:esnext" : " tsc --project ./tsconfig.json" ,
21
19
"check:biome" : " biome check ." ,
22
20
"check:prettier" : " prettier --check . --cache --ignore-path ../../../../.prettierignore" ,
23
21
"clean" : " rimraf --glob dist lib \" **/*.tsbuildinfo\" \" **/*.build.log\" nyc" ,
38
36
"test" : " npm run test:jest" ,
39
37
"test:jest" : " jest" ,
40
38
"test:jest:verbose" : " cross-env FLUID_TEST_VERBOSE=1 jest" ,
41
- "tsc" : " tsc" ,
42
39
"webpack" : " webpack --env production" ,
43
40
"webpack:dev" : " webpack --env development"
44
41
},
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " @fluidframework/build- common/ts -common-config .json" ,
2
+ "extends" : " ../../../../ common/build/build -common/tsconfig.node16 .json" ,
3
3
"exclude" : [" dist" , " node_modules" ],
4
4
"compilerOptions" : {
5
- "module" : " esnext" ,
6
5
"lib" : [" ESNext" , " DOM" ],
7
- "outDir" : " dist" ,
8
- "jsx" : " react" ,
6
+ "outDir" : " ./lib" ,
9
7
"types" : [
10
8
" react" ,
11
9
" react-dom" ,
You can’t perform that action at this time.
0 commit comments