10 lines
164 B
JSON
10 lines
164 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts"],
|
||
|
|
"exclude": ["pre-commit/**"]
|
||
|
|
}
|