Files
discourse/jsconfig.base.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
279 B
JSON
Raw Normal View History

2022-08-04 14:50:47 -07:00
{
"compilerOptions": {
"target": "es2020",
"module": "amd",
"experimentalDecorators": true,
},
"exclude": [
2022-08-17 21:51:40 +02:00
".git",
"**/node_modules",
"**/dist",
2022-08-04 14:50:47 -07:00
],
"glint": {
"environment": [
"ember-loose",
"ember-template-imports"
]
}
2022-08-04 14:50:47 -07:00
}