mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
9 lines
116 B
JSON
9 lines
116 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"test",
|
||
|
|
"dist",
|
||
|
|
"**/*spec.ts"
|
||
|
|
]
|
||
|
|
}
|