summaryrefslogtreecommitdiff
path: root/tools/test-helper/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-helper/tsconfig.json')
-rw-r--r--tools/test-helper/tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/test-helper/tsconfig.json b/tools/test-helper/tsconfig.json
new file mode 100644
index 00000000..45e37455
--- /dev/null
+++ b/tools/test-helper/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "module": "Node16",
+ "target": "ES2022",
+ "outDir": "dist",
+ "lib": ["ES2022"],
+ "sourceMap": true,
+ "rootDir": "src",
+ "strict": true
+ }
+}