Files
node-factorio-recipes/tsconfig.test.json
Sebastian Seedorf de95f57b18 Linting
2022-08-18 09:20:00 +02:00

13 lines
260 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"]
}