from inside compilerOptions to outside exclude (#4410)

pull/4416/head
Mohit Rajput 1 year ago committed by GitHub
parent c95caccae5
commit 7e18c97e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/typescript/content/100-typescript/102-install-configure/100-tsconfig-json.md

@ -20,8 +20,8 @@ Given below is the sample `tsconfig.json` file:
"strict": true,
"outDir": "./dist",
"rootDir": "./src",
"exclude": ["node_modules"]
},
"exclude": ["node_modules"],
"include": ["src"]
}
```

Loading…
Cancel
Save