Skip to content

Commit 0beb6f1

Browse files
authored
chore: remove comment
1 parent 733537a commit 0beb6f1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nuxt.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ export default defineNuxtConfig({
246246
tsConfig: {
247247
compilerOptions: {
248248
noUnusedLocals: true,
249-
// TODO (jg): this isn't actually right since the app shouldn't be
250-
// importing `.ts` files directly. But there is an app test which
251-
// imports the CLI, which _does_ import `.ts` files directly.
252-
// Figure out a better solution later.
253249
allowImportingTsExtensions: true,
254250
},
255251
include: ['../test/unit/app/**/*.ts'],

0 commit comments

Comments
 (0)