Feature/introduce script to create changelog (#401)
* Introduce script to create a changelog * Add information about version to server version mapping * Add release process doc
This commit is contained in:
13
tools/scripts/tsconfig.json
Normal file
13
tools/scripts/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": [
|
||||
"./*"
|
||||
],
|
||||
"ts-node": {
|
||||
// these options are overrides used only by ts-node
|
||||
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user