aboutsummaryrefslogtreecommitdiff
path: root/test/tsconfig.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-29 17:10:54 +0200
committerHampusM <hampus@hampusmat.com>2021-07-29 17:10:54 +0200
commit93a4a8bf924588cd866714b86ec8f16f8d51dec0 (patch)
treea86d3ecba5838fac11042e8ae257dfe1bd3840cb /test/tsconfig.json
parent9d6d2ce8cf34af6e787dae901ee3e5914c4c0fa4 (diff)
Organized tsconfigs, fixed tests and improved some backend functions
Diffstat (limited to 'test/tsconfig.json')
-rw-r--r--test/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tsconfig.json b/test/tsconfig.json
new file mode 100644
index 0000000..a397e7d
--- /dev/null
+++ b/test/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "module": "CommonJS",
+ }
+} \ No newline at end of file