mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 05:42:41 +02:00
from inside compilerOptions to outside exclude (#4410)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user