13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"jest.config.js",
|
|
"next.config.js",
|
|
"src/backend-custom-server/index",
|
|
"scripts/*"
|
|
],
|
|
"exclude": ["dist", ".next", "out", "node_modules", "cypress", "*.json"]
|
|
}
|