18 lines
239 B
JSON
18 lines
239 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx",
|
||
|
"**/*.js",
|
||
|
"**/*.jsx",
|
||
|
"**/*.test.ts",
|
||
|
"**/*.test.js",
|
||
|
"**/*.spec.ts",
|
||
|
"**/*.spec.js",
|
||
|
],
|
||
|
"exclude": []
|
||
|
}
|