mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
15 lines
311 B
JSON
15 lines
311 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true,
|
||
|
"preferTsExts": true,
|
||
|
"require": ["tsconfig-paths/register"],
|
||
|
"compiler": "typescript-cached-transpile",
|
||
|
},
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "../",
|
||
|
"baseUrl": "../",
|
||
|
"sourceRoot": "../",
|
||
|
"sourceMap": true,
|
||
|
}
|
||
|
}
|