btclock_v2/data/tsconfig.json

6 lines
96 B
JSON
Raw Normal View History

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