tsconfig: handle typescript in modules/

pull/3438/head
Rob Pilling 2024-05-24 17:18:46 +01:00
parent 4548ee8057
commit 85fd1cd53a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
"*/*/*.ts",
"apps/*/*.js", // with checkJs: true
"*/*/*.d.ts",
"modules/*.d.ts",
"modules/*.ts",
"typescript/types/*.d.ts"
]
}