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
commit2fb6d74016c1c4b9fa1674a4310bf8f3bee7c90a (patch)
tree29f81233cd0f80f53aabc004b3a7810138f69d3a /bundle/tsnode.tsconfig.json
parentMerge branch 'fosscord:master' into master (diff)
downloadserver-ts-2fb6d74016c1c4b9fa1674a4310bf8f3bee7c90a.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