summaryrefslogtreecommitdiff
path: root/browser-ext
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-01-16 15:35:02 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2023-01-16 15:35:02 -0500
commit433e97f2bbc75498a4f32c1e2b53710e20b7088c (patch)
treeb142341f711f5536b09ce51c6530c81a147e7139 /browser-ext
parent432d50536a3ab5c43c195c674381329a3fa00c6c (diff)
downloadPerlNavigator-433e97f2bbc75498a4f32c1e2b53710e20b7088c.zip
Fixing tsconfig and bumping version
Diffstat (limited to 'browser-ext')
-rw-r--r--browser-ext/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/browser-ext/tsconfig.json b/browser-ext/tsconfig.json
index 66b2d5b..8c9986e 100644
--- a/browser-ext/tsconfig.json
+++ b/browser-ext/tsconfig.json
@@ -5,7 +5,9 @@
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
- "strict": true
+ "strict": true,
+ "outDir": "out",
+ "rootDir": "src"
},
"include": ["src"],
"exclude": ["node_modules", ".vscode-test-web"]