mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add jsconfig (#17800)
This enables intelligent IDE features like "Go To Reference" to function correctly within the Discourse core codebase
This commit is contained in:
10
jsconfig.base.json
Normal file
10
jsconfig.base.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"module": "amd",
|
||||
"experimentalDecorators": true,
|
||||
},
|
||||
"exclude": [
|
||||
"**/node_modules"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user