mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add more excludes to jsconfig (#17975)
This commit is contained in:
parent
665327f7a4
commit
4a77ef8e29
@ -5,6 +5,8 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules"
|
".git",
|
||||||
|
"**/node_modules",
|
||||||
|
"**/dist",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user