Skip to content

Commit 2b908d6

Browse files
committed
feat: base scaffolding of typescript server module
1 parent 12e0798 commit 2b908d6

File tree

7 files changed

+2779
-0
lines changed

7 files changed

+2779
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Build results
2+
dist/
3+
typings/**/*
4+
5+
# Others
6+
~$*
7+
*~
8+
node_modules/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"watch": ["src/**/*.ts"],
3+
"execMap": {
4+
"ts": "ts-node --compilerOptions '{\"module\":\"commonjs\"}'",
5+
"js": "node"
6+
}
7+
}

0 commit comments

Comments
 (0)