discourse/jsconfig.base.json

19 lines
279 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "amd",
"experimentalDecorators": true,
},
"exclude": [
".git",
"**/node_modules",
"**/dist",
],
"glint": {
"environment": [
"ember-loose",
"ember-template-imports"
]
}
}