Skip to content

Commit c21a770

Browse files
committed
lint:fix
1 parent ca8793e commit c21a770

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"include": ["src/**/*", "tests/**/*"],
99
"compilerOptions": {
1010
"rootDir": ".",
11-
"types": ["ember-source/types", "vite/client", "@embroider/core/virtual", "@glint/ember-tsc/types"]
11+
"types": [
12+
"ember-source/types",
13+
"vite/client",
14+
"@embroider/core/virtual",
15+
"@glint/ember-tsc/types"
16+
]
1217
}
1318
}

0 commit comments

Comments
 (0)