Advertisement
thesuhu

Angular Visual Studio Code

Dec 24th, 2021
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Parsing error: Cannot read file '.../tsconfig.json'.eslint
  2. // fix: edit file .eslintrc.json, arahkan ke tsconfig, contoh jika file .eslintrc.json di sub folder, tapi tsconfig.json di root.
  3.       "parserOptions": {
  4.         "project": [
  5.           "/tsconfig.json",
  6.           "tsconfig.app.json",
  7.           "tsconfig.spec.json"
  8.         ],
  9.         "createDefaultProgram": true
  10.       }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement