13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"__mocks__",
|
|
"test",
|
|
"**/*.test.ts*",
|
|
"src/querybuilder/testUtils.ts",
|
|
"../../public/test/setupTests.ts"
|
|
],
|
|
"extends": "./tsconfig.json"
|
|
}
|