mirror of
https://github.com/siv-org/siv.git
synced 2026-01-07 17:43:52 -05:00
tsconfig.json doesn't need to exclude .test.ts files
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
"module": "CommonJS"
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", ".next", "out", "cypress", "db-data", "**/*.test.ts"],
|
||||
"exclude": ["node_modules", ".next", "out", "cypress", "db-data"],
|
||||
"include": ["**/*.ts", "**/*.tsx"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user