File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " sqlmesh-extension-bus" ,
33 "private" : true ,
44 "version" : " 0.0.1" ,
5- "type" : " module" ,
65 "scripts" : {
76 "build" : " tsc" ,
87 "dev" : " tsc -w" ,
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "target" : " ESNext" ,
4- "module" : " ESNext" ,
5- "declaration" : true ,
6- "outDir" : " ./dist" ,
7- "strict" : true ,
8- "noEmit" : true ,
9- "moduleResolution" : " node" ,
10- "baseUrl" : " ./" ,
11- "types" : [" jest" ]
12- },
13- "include" : [" src/**/*" ]
14- }
2+ "compilerOptions" : {
3+ "target" : " ESNext" ,
4+ "module" : " ESNext" ,
5+ "declaration" : true ,
6+ "outDir" : " ./dist" ,
7+ "strict" : true ,
8+ "noEmit" : true ,
9+ "moduleResolution" : " node" ,
10+ "baseUrl" : " ./" ,
11+ "types" : [" jest" ]
12+ },
13+ "include" : [" src/**/*" ]
14+ }
Original file line number Diff line number Diff line change 1- import { CallbackEvent } from "../../ bus/src /callbacks" ;
1+ import { CallbackEvent } from "@ bus/callbacks" ;
22import {
33 CancellationToken ,
44 Disposable ,
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "module" : " NodeNext" ,
4- "target" : " ES2022" ,
5- "lib" : [
6- " ES2022" ,
7- " DOM"
8- ],
9- "sourceMap" : true ,
10- "rootDir" : " src" ,
11- "strict" : true , /* enable all strict type-checking options */
12- /* Additional Checks */
13- "noImplicitReturns" : true ,
14- "noFallthroughCasesInSwitch" : true ,
15- "noUnusedParameters" : true ,
16- "noUnusedLocals" : true ,
17- "types" : [" mocha" ],
18- "paths" : {
19- "@bus/*" : [" ../../bus/src/*" ]
20- }
21- },
22- "include" : [
23- " src/**/*" ,
24- " ../bus/src/**/*"
25- ],
26- "exclude" : [
27- " node_modules" , " ../node_modules" , " ../../node_modules"
28- ]
2+ "compilerOptions" : {
3+ "module" : " Node16" ,
4+ "target" : " ES2022" ,
5+ "lib" : [" ES2022" , " DOM" ],
6+ "sourceMap" : true ,
7+ "strict" : true /* enable all strict type-checking options */ ,
8+ /* Additional Checks */
9+ "noImplicitReturns" : true ,
10+ "noFallthroughCasesInSwitch" : true ,
11+ "noUnusedParameters" : true ,
12+ "noUnusedLocals" : true ,
13+ "types" : [" mocha" ],
14+ "paths" : {
15+ "@bus/*" : [" ../bus/src/*" ]
16+ }
17+ },
18+ "include" : [" src/**/*" , " ../bus/src/**/*" ],
19+ "exclude" : [" node_modules" , " ../node_modules" , " ../../node_modules" ]
2920}
You can’t perform that action at this time.
0 commit comments