Files
node-factorio-recipes/tsconfig.test.json
2022-08-20 14:47:04 +02:00

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"]
}