mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"checkJs": false
|
|
},
|
|
"include": ["app/javascript/**/*.svelte"]
|
|
}
|