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
|