ravecat

tsconfig.eslint.json

May 23rd, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.20 KB | None | 0 0
  1. {
  2.   "extends": "./tsconfig.json",
  3.   "include": ["**/*.ts", "**/*.js", "**/.*.js"],
  4.   "exclude": [
  5.     "**/node_modules",
  6.     "node_modules",
  7.     "./node_modules",
  8.     "./node_modules/*"
  9.   ]
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment