File tree Expand file tree Collapse file tree 6 files changed +25
-20
lines changed Expand file tree Collapse file tree 6 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 55 "bin" : " ./dist/index.js" ,
66 "type" : " module" ,
77 "scripts" : {
8- "build" : " tsc src/index.ts --outDir dist " ,
8+ "build" : " tsc" ,
99 "start" : " node dist/index.js"
1010 },
1111 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
32 "compilerOptions" : {
3+ "target" : " ES2020" ,
4+ "module" : " ES2020" ,
45 "outDir" : " ./dist" ,
5- "rootDir" : " ./src"
6+ "rootDir" : " ./src" ,
7+ "strict" : true ,
8+ "esModuleInterop" : true ,
9+ "skipLibCheck" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "moduleResolution" : " node"
612 },
713 "include" : [" ./src/**/*.ts" ],
814 "exclude" : [" node_modules" , " dist" ]
Original file line number Diff line number Diff line change 55 "bin" : " ./dist/index.js" ,
66 "type" : " module" ,
77 "scripts" : {
8- "build" : " tsc src/index.ts --outDir dist " ,
8+ "build" : " tsc" ,
99 "start" : " node dist/index.js"
1010 },
1111 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
32 "compilerOptions" : {
3+ "target" : " ES2020" ,
4+ "module" : " ES2020" ,
45 "outDir" : " ./dist" ,
5- "rootDir" : " ./src"
6+ "rootDir" : " ./src" ,
7+ "strict" : true ,
8+ "esModuleInterop" : true ,
9+ "skipLibCheck" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "moduleResolution" : " node"
612 },
713 "include" : [" ./src/**/*.ts" ],
814 "exclude" : [" node_modules" , " dist" ]
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../../tsconfig.json" ,
32 "compilerOptions" : {
3+ "target" : " ES2020" ,
4+ "module" : " ES2020" ,
45 "outDir" : " ./dist" ,
56 "rootDir" : " ./src" ,
7+ "strict" : true ,
8+ "esModuleInterop" : true ,
9+ "skipLibCheck" : true ,
10+ "forceConsistentCasingInFileNames" : true ,
11+ "moduleResolution" : " node" ,
612 "declaration" : true ,
713 "declarationDir" : " ./dist/types"
814 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments