github-pages-deploy-action/tsconfig.lint.json
2020-12-07 10:12:15 -05:00

8 lines
125 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"exclude": ["node_modules"]
}