10 lines
120 B
JSON
10 lines
120 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "lib"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./src/"
|
||
|
|
]
|
||
|
|
}
|