File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2424 "strict" : true ,
2525 "strictNullChecks" : true ,
2626 "target" : " esnext" ,
27- "tsBuildInfoFile" : " ./build/.tsbuildinfo" ,
28- "paths" : {
29- "@tanstack/query-core" : [" ../query-core/src" ],
30- "@tanstack/query-devtools" : [" ../query-devtools/src" ],
31- "@tanstack/svelte-query" : [" ../svelte-query/src" ]
32- }
27+ "tsBuildInfoFile" : " ./build/.tsbuildinfo"
3328 },
3429 "include" : [" src" , " src/**/*.svelte" ]
3530}
Original file line number Diff line number Diff line change 3131 ],
3232 "scripts" : {
3333 "clean" : " rimraf ./build" ,
34- "test:types" : " svelte-check --tsconfig ./tsconfig.json" ,
34+ "test:types" : " svelte-check --tsconfig ./tsconfig.json && pnpm build " ,
3535 "test:eslint" : " eslint --ext .svelte,.ts ./src" ,
3636 "test:lib" : " vitest run --coverage" ,
3737 "test:lib:dev" : " pnpm run test:lib --watch" ,
Original file line number Diff line number Diff line change 2525 "strictNullChecks" : true ,
2626 "target" : " esnext" ,
2727 "tsBuildInfoFile" : " ./build/.tsbuildinfo" ,
28- "types" : [" vitest/globals" , " @testing-library/jest-dom" ],
29- "paths" : {
30- "@tanstack/query-core" : [" ../query-core/src" ]
31- }
28+ "types" : [" vitest/globals" , " @testing-library/jest-dom" ]
3229 },
3330 "include" : [" src" , " src/**/*.svelte" ]
3431}
You can’t perform that action at this time.
0 commit comments