File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig.json" ,
3- "compilerOptions" : { "outDir" : " ./dist/esm" },
4- "include" : [" src/**/*.ts" ]
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "declaration" : true ,
5+ "declarationMap" : true ,
6+ "declarationDir" : " ./dist/types" ,
7+ "sourceMap" : true ,
8+ "outDir" : " ./dist/esm"
9+ },
10+ "include" : [" src/**/*.ts" ]
511}
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 // We don't want to check node_modules
44 "skipLibCheck" : true ,
5- "declaration" : true ,
6- "declarationMap" : true ,
7- "declarationDir" : " ./dist/types" ,
85 "module" : " node16" ,
96 // Node.js 18 supports up to ES2022 according to https://www.npmjs.com/package/@tsconfig/node18
107 "target" : " es2022" ,
You can’t perform that action at this time.
0 commit comments