File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 },
2828 "scripts" : {
2929 "prepare" : " pnpm run build" ,
30- "build" : " npx vite build && tsc -p tsconfig.esm.json " ,
30+ "build" : " npx vite build && tsc --listEmittedFiles " ,
3131 "test" : " vitest run" ,
3232 "test-watch" : " vitest" ,
3333 "preversion" : " pnpm run build" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "include" : [" src" , " types " ],
2+ "include" : [" src" ],
33 "compilerOptions" : {
4- "target" : " es5" ,
54 "lib" : [" dom" , " esnext" ],
6- "importHelpers" : true ,
7- "declaration" : false ,
8- "rootDir" : " ./src" ,
5+ "importHelpers" : true ,
96 "strict" : true ,
107 "noImplicitAny" : true ,
118 "strictNullChecks" : true ,
1714 "noUnusedParameters" : true ,
1815 "noImplicitReturns" : true ,
1916 "noFallthroughCasesInSwitch" : true ,
20- "moduleResolution" : " node" ,
21- "baseUrl" : " ./" ,
22- "paths" : {
23- "*" : [" src/*" , " node_modules/*" ]
24- },
25- "jsx" : " react" ,
2617 "esModuleInterop" : true ,
27- "typeRoots" : [" ./node_modules/@types/" ]
18+ "module" : " esnext" ,
19+ "target" : " ES2020" ,
20+ "declaration" : true ,
21+ "moduleResolution" : " node" ,
22+ "emitDeclarationOnly" : true ,
23+ "outDir" : " dist" ,
2824 }
2925}
You can’t perform that action at this time.
0 commit comments