mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -05:00
Made custom tsconfig for tests
This commit is contained in:
parent
f76b7549e7
commit
6572ff5026
1 changed files with 7 additions and 0 deletions
7
tests/tsconfig.json
Normal file
7
tests/tsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["./**/*", "../src/**/*"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./tmp/build",
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue