File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# User-specific stuff
2- .idea /** /workspace.xml
3- .idea /** /tasks.xml
4- .idea /** /usage.statistics.xml
5- .idea /** /dictionaries
6- .idea /** /shelf
2+ dist
73
84# yarn 2 (berry)
95.yarn /*
Original file line number Diff line number Diff line change 99 "main" : " src/main.ts" ,
1010 "repository" : " github:redxtech/devmod" ,
1111 "scripts" : {
12+ "build" : " tsc" ,
1213 "dev" : " nodemon --exec ts-node ./src/main.ts --strict" ,
1314 "lint" : " prettier --check ./src" ,
1415 "lint:fix" : " prettier --write ./src"
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "moduleResolution" : " Node" ,
4+ "outDir" : " dist" ,
5+ "target" : " ESNext" ,
6+ "removeComments" : true ,
7+ "strict" : false
8+ },
9+ "include" : [" ./src/**/*" ]
10+ }
You can’t perform that action at this time.
0 commit comments