6 lines
104 B
JSON
6 lines
104 B
JSON
{
|
|
"extends": "../tsconfig.node.json",
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["test/*", "./dist/*"],
|
|
}
|