File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "composite" : true ,
4- "declaration" : true ,
54 "incremental" : true ,
5+ "skipLibCheck" : true ,
6+ "target" : " ESNext" ,
67 "module" : " es2022" ,
78 "moduleResolution" : " bundler" ,
8- "noEmit " : true ,
9- "noImplicitAny " : true ,
9+ "types " : [ " node " ] ,
10+ "strict " : true ,
1011 "noPropertyAccessFromIndexSignature" : true ,
1112 "noUncheckedIndexedAccess" : true ,
13+ "noImplicitAny" : true ,
14+ "noEmit" : true ,
15+ "declaration" : true ,
1216 "outDir" : " dist" ,
13- "skipDefaultLibCheck" : true ,
14- "strict" : true ,
15- "target" : " ESNext" ,
16- "types" : [" node" ],
1717 "verbatimModuleSyntax" : true
1818 }
1919}
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "composite" : true ,
4- "declaration" : true ,
54 "incremental" : true ,
5+ "skipLibCheck" : true ,
6+ "target" : " ESNext" ,
67 "module" : " es2022" ,
78 "moduleResolution" : " bundler" ,
8- "noEmit " : true ,
9- "noImplicitAny " : true ,
9+ "types " : [ " node " ] ,
10+ "strict " : true ,
1011 "noPropertyAccessFromIndexSignature" : true ,
1112 "noUncheckedIndexedAccess" : true ,
13+ "noImplicitAny" : true ,
14+ "noEmit" : true ,
15+ "declaration" : true ,
1216 "outDir" : " dist" ,
13- "skipDefaultLibCheck" : true ,
14- "strict" : true ,
15- "target" : " ESNext" ,
16- "types" : [" node" ],
1717 "verbatimModuleSyntax" : true
1818 }
1919}
Original file line number Diff line number Diff line change 1717 "dependencies" : {
1818 "@rollup/plugin-commonjs" : " 25.0.7" ,
1919 "@rollup/plugin-node-resolve" : " ^15.2.3" ,
20- "@starbeam-dev/core" : " ^1.0.1 " ,
20+ "@starbeam-dev/core" : " ^1.0.2 " ,
2121 "@swc/core" : " ^1.3.93" ,
2222 "get-tsconfig" : " ^4.7.2" ,
2323 "magic-string" : " ^0.30.5" ,
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "declaration" : true ,
43 "incremental" : true ,
4+ "skipLibCheck" : true ,
5+ "target" : " ESNext" ,
56 "module" : " es2022" ,
67 "moduleResolution" : " bundler" ,
7- "noEmit " : true ,
8- "noImplicitAny " : true ,
8+ "types " : [ " node " ] ,
9+ "strict " : true ,
910 "noPropertyAccessFromIndexSignature" : true ,
1011 "noUncheckedIndexedAccess" : true ,
12+ "noImplicitAny" : true ,
13+ "noEmit" : true ,
14+ "declaration" : true ,
1115 "outDir" : " dist" ,
12- "skipDefaultLibCheck" : true ,
13- "strict" : true ,
14- "target" : " ESNext" ,
15- "types" : [" node" ],
1616 "verbatimModuleSyntax" : true
1717 }
1818}
You can’t perform that action at this time.
0 commit comments