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