16 lines
222 B
JSON
16 lines
222 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*",
|
||
|
|
"tests/**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"bin",
|
||
|
|
"dist"
|
||
|
|
]
|
||
|
|
}
|