mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
11 lines
134 B
JSON
11 lines
134 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist",
|
|
"**/*spec.ts",
|
|
"plugins/*"
|
|
]
|
|
}
|