Linting
This commit is contained in:
12
tsconfig.test.json
Normal file
12
tsconfig.test.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user