9 lines
192 B
JSON
9 lines
192 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
// @date-io libraries produce duplicate type `DateType`
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*", "test/**/*"]
|
||
|
|
}
|