mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 12:43:59 +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",
|
"module": "commonjs",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src"
|
||||||
"exclude": ["node_modules"]
|
},
|
||||||
}
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user