From 2fb6d74016c1c4b9fa1674a4310bf8f3bee7c90a Mon Sep 17 00:00:00 2001 From: Madeline Date: Mon, 3 Jan 2022 22:33:14 +1100 Subject: Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode --- bundle/tsnode.tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bundle/tsnode.tsconfig.json (limited to 'bundle/tsnode.tsconfig.json') 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 -- cgit 1.5.1