16 lines
208 B
JSON
16 lines
208 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [
|
||
|
"@types/mocha"
|
||
|
],
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./sample",
|
||
|
"./src",
|
||
|
"./tests",
|
||
|
"./typings"
|
||
|
]
|
||
|
}
|