mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
2fb6d74016
Fixed breakpoints for all modules under tsnode
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"preferTsExts": true,
|
|
"require": ["tsconfig-paths/register"]
|
|
},
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "../",
|
|
"sourceRoot": "../",
|
|
"sourceMap": true,
|
|
}
|
|
} |