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
|
|
|
],
|
2023-07-20 21:01:12 +01:00
|
|
|
"glint": {
|
|
|
|
|
"environment": [
|
|
|
|
|
"ember-loose",
|
|
|
|
|
"ember-template-imports"
|
|
|
|
|
]
|
|
|
|
|
}
|
2022-08-04 14:50:47 -07:00
|
|
|
}
|