github-pages-deploy-action/tsconfig.lint.json

8 lines
125 B
JSON
Raw Normal View History

2020-12-07 23:12:15 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"exclude": ["node_modules"]
}