8 lines
119 B
JSON
8 lines
119 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|