mirror of https://github.com/espruino/BangleApps
tsconfig: handle typescript in modules/
parent
4548ee8057
commit
85fd1cd53a
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue