summary refs log tree commit diff
path: root/bundle/tsnode.tsconfig.json
diff options
context:
space:
mode:
authorMadeline <maddyunderstars@gmail.com>2022-01-03 22:33:14 +1100
committerMadeline <maddyunderstars@gmail.com>2022-01-03 22:35:18 +1100
commita396a41a0e215290806c297bcab601ed47972927 (patch)
treeb319750967a5dbe13fe15e411fa4be5728f667d6 /bundle/tsnode.tsconfig.json
parentMerge branch 'fosscord:master' into master (diff)
downloadserver-a396a41a0e215290806c297bcab601ed47972927.tar.xz
Cleaned up tsconfig.json a bit ( moved tsnode config to own file ).
Fixed breakpoints for all modules under tsnode
Diffstat (limited to 'bundle/tsnode.tsconfig.json')
-rw-r--r--bundle/tsnode.tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundle/tsnode.tsconfig.json b/bundle/tsnode.tsconfig.json
new file mode 100644

index 00000000..841cc013 --- /dev/null +++ b/bundle/tsnode.tsconfig.json
@@ -0,0 +1,14 @@ +{ + "extends": "./tsconfig.json", + "ts-node": { + "transpileOnly": true, + "preferTsExts": true, + "require": ["tsconfig-paths/register"] + }, + "compilerOptions": { + "rootDir": "../", + "baseUrl": "../", + "sourceRoot": "../", + "sourceMap": true, + } +} \ No newline at end of file