8 lines
101 B
JSON
8 lines
101 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"exclude": [],
|
||
|
|
"include": [
|
||
|
|
"**/*.ts",
|
||
|
|
"**/*.tsx"
|
||
|
|
]
|
||
|
|
}
|