mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 00:53:14 +02:00
12 lines
148 B
JSON
12 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist",
|
|
"**/*spec.ts",
|
|
"packages",
|
|
"plugins"
|
|
]
|
|
}
|