summary refs log tree commit diff
path: root/bundle/tsnode.tsconfig.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 18:24:21 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 23:35:18 +1000
commitf44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 (patch)
treea6655c41bb3db79c30fd876b06ee60fe9cf70c9b /bundle/tsnode.tsconfig.json
parentAllow edited_timestamp to passthrough in handleMessage (diff)
downloadserver-ts-f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052.tar.xz
Refactor to mono-repo + upgrade packages
Diffstat (limited to 'bundle/tsnode.tsconfig.json')
-rw-r--r--bundle/tsnode.tsconfig.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/bundle/tsnode.tsconfig.json b/bundle/tsnode.tsconfig.json
deleted file mode 100644

index 422d336c..00000000 --- a/bundle/tsnode.tsconfig.json +++ /dev/null
@@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "ts-node": { - "transpileOnly": true, - "preferTsExts": true, - "require": ["tsconfig-paths/register"], - "compiler": "typescript-cached-transpile", - }, - "compilerOptions": { - "rootDir": "../", - "baseUrl": "../", - "sourceRoot": "../", - "sourceMap": true, - } -} \ No newline at end of file