btclock_v2/data/tsconfig.json

6 lines
96 B
JSON
Raw Permalink Normal View History

2023-06-10 19:23:31 +00:00
{
"files": ["src/js/**.ts"],
"compilerOptions": {
"noImplicitAny": true,
}
}