File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# node-lib-starter
2
2
3
- Start NodeJS + TypeScript library developing with ease.
3
+ Start NodeJS + TypeScript library developing with ease, have fun!
4
4
5
5
## Include
6
6
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"release" : " release-it" ,
9
9
"release:dry" : " release-it --dry-run" ,
10
- "dev" : " tsnd --respawn --transpile-only ./src/demo .ts" ,
10
+ "dev" : " tsnd --respawn --transpile-only ./src/index .ts" ,
11
11
"build" : " tsc" ,
12
12
"build:watch" : " tsc --watch" ,
13
13
"check" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 2
2
"include" : [" src" ],
3
3
"exclude" : [" tests" , " node_modules" ],
4
4
"compilerOptions" : {
5
- "module" : " ES6 " ,
5
+ "module" : " CommonJS " ,
6
6
"target" : " ES2018" ,
7
7
"lib" : [" esnext" ],
8
8
"importHelpers" : true ,
You can’t perform that action at this time.
0 commit comments