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-03-06 22:09:36 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 22:09:36 +1100
commit01a336c76c231ec57524851464b4400ef677a5a1 (patch)
treee3d43d55368cea7745c0b1ebb03cb454ccc11248 /bundle/tsnode.tsconfig.json
parentMerge branch 'master' into maddyrtc (diff)
parentFixed npm run tsnode throwing error about ES modules for node-fetch. Probably... (diff)
downloadserver-ts-01a336c76c231ec57524851464b4400ef677a5a1.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to 'bundle/tsnode.tsconfig.json')
-rw-r--r--bundle/tsnode.tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundle/tsnode.tsconfig.json b/bundle/tsnode.tsconfig.json
new file mode 100644

index 00000000..422d336c --- /dev/null +++ b/bundle/tsnode.tsconfig.json
@@ -0,0 +1,15 @@ +{ + "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