mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
8 lines
116 B
JSON
8 lines
116 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"exclude": [
|
||
|
|
"src/**/*.test.ts",
|
||
|
|
"src/**/*.spec.ts"
|
||
|
|
]
|
||
|
|
}
|