mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
8 lines
146 B
JSON
8 lines
146 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["./**/*", "../src/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./tmp/build",
|
||
|
},
|
||
|
}
|