mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
build: Exclude test files from TypeScript compilation
- Add exclusion for .test.ts and .spec.ts files in core tsconfig - Allows tests to exist in source without blocking compilation
This commit is contained in:
parent
e1e6fa92e8
commit
c550623754
1 changed files with 4 additions and 0 deletions
|
|
@ -9,5 +9,9 @@
|
|||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts",
|
||||
"src/**/*.spec.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue