10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"tests/**/*.ts",
|
|
"tests/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |