* initial * initial * update tests * remove unused import * allow passing with no tests * vale fixes
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*",
|
|
"__tests__/**/*",
|
|
"__mocks__/**/*"
|
|
],
|
|
"exclude": []
|
|
} |