mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/recommended/tsconfig",
|
|
"@tsconfig/node22/tsconfig",
|
|
"@tsconfig/node-ts/tsconfig"
|
|
],
|
|
"include": ["src"]
|
|
}
|