summaryrefslogtreecommitdiff
path: root/test/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsconfig.json')
-rw-r--r--test/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tsconfig.json b/test/tsconfig.json
new file mode 100644
index 0000000..dd952bf
--- /dev/null
+++ b/test/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "module": "CommonJS",
+ "moduleResolution": "node"
+ },
+ "include": ["./*.ts"]
+} \ No newline at end of file