1
0
Fork 0

tsconfig: handle typescript in modules/

master
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", "*/*/*.ts",
"apps/*/*.js", // with checkJs: true "apps/*/*.js", // with checkJs: true
"*/*/*.d.ts", "*/*/*.d.ts",
"modules/*.d.ts", "modules/*.ts",
"typescript/types/*.d.ts" "typescript/types/*.d.ts"
] ]
} }