2020-02-14 23:20:24 +00:00
|
|
|
{
|
2020-02-23 19:42:36 +00:00
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"include": ["src/**/*.ts", "*.js", "*.ts", "__tests__/**/*.ts"],
|
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true
|
|
|
|
}
|
2020-02-14 23:20:24 +00:00
|
|
|
}
|