feat(starter): add changelogs and examples
This commit is contained in:
9
examples/node-typescript/tsconfig.json
Normal file
9
examples/node-typescript/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "build"
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user