{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": "."
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "vendor"]
}