Made custom tsconfig for tests

This commit is contained in:
Kir_Antipov 2023-05-08 14:25:34 +00:00
parent f76b7549e7
commit 6572ff5026

7
tests/tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"include": ["./**/*", "../src/**/*"],
"compilerOptions": {
"outDir": "./tmp/build",
},
}