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
|