btclock_v3/data/tsconfig.json

6 lines
96 B
JSON
Raw Normal View History

2023-11-08 11:18:59 +00:00
{
"files": ["src/js/**.ts"],
"compilerOptions": {
"noImplicitAny": true,
}
}