13 lines
191 B
JSON
13 lines
191 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": "./",
|
||
|
|
"outDir": "./lib",
|
||
|
|
"declaration": true,
|
||
|
|
"rootDir": "./src"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./src"
|
||
|
|
]
|
||
|
|
}
|