Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Parsing error: Cannot read file '.../tsconfig.json'.eslint
- // fix: edit file .eslintrc.json, arahkan ke tsconfig, contoh jika file .eslintrc.json di sub folder, tapi tsconfig.json di root.
- "parserOptions": {
- "project": [
- "/tsconfig.json",
- "tsconfig.app.json",
- "tsconfig.spec.json"
- ],
- "createDefaultProgram": true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement