10 lines
129 B
JSON
10 lines
129 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "lib"
|
|
},
|
|
"include": [
|
|
"lib",
|
|
"typings"
|
|
]
|
|
}
|