mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-12 20:24:21 +02:00
Move 'exclude' option in tsconfig.json out of 'compilerOptions (#3479)
This commit is contained in:
@@ -23,9 +23,9 @@ npm install --save-dev typescript
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user