diff --git a/tests/tsconfig.json b/tests/tsconfig.json new file mode 100644 index 0000000..994cf49 --- /dev/null +++ b/tests/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "../tsconfig.json", + "include": ["./**/*", "../src/**/*"], + "compilerOptions": { + "outDir": "./tmp/build", + }, +}